facebook

Youtube Player Error with android

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #338281 Reply

    John-Doherty
    Member

    Why won’t this code not work for youtube videos for android

    String video_path = "http://www.youtube.com/watch?v=opZ69P-0Jbc";
    Intent intent = new Intent(Intent.ACTION_VIEW, uri);
    startActivity(intent);
    #338344

    Hi John,

    MobiOne native apps are based on a hybrid app architecture using the phonegap/cordova open source framework. The programming model is HTML, CSS and JavaScript.
    Java code will not work in Mobione.

    #338381

    John-Doherty
    Member

    How would i get the youtube videos to load full screen like when the user hits the play button? like on ios.

    #338533

    Hi John,

    MobiOne does not provide a youtube player. There are custom coded techniques that you may consider. For example some users have been successful using a GotoURL(popup window) action with the URL of their youtube video. In a native app this will result in a popup window with the video, at least it will do this on iOS. I’m not sure about on android since it has a youtube player

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Youtube Player Error with android

You must be logged in to post in the forum log in