You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm trying to use your plugin but i can't do it...i follow your readme steps...
-copied VideoPlayer.java in src.com.phonegap.plugins.video
-copied video.js in www folder
Hi,
i'm trying to use your plugin but i can't do it...i follow your readme steps...
-copied VideoPlayer.java in src.com.phonegap.plugins.video
-copied video.js in www folder
-added plugin in config.xml:
-added reference to my html head:
<script type="text/javascript" charset="utf-8" src="video.js"></script>-called the plugin:
function parti() {
window.plugins.videoPlayer.play('https://www.youtube.com/watch?v=OARLx5oKBUw');
console.log('playing Video');
};
but nothings happen ;( What wrong? i have to set somethings else?!
Please Help me ;)
my LogCat
07-23 02:43:53.520: V/WebViewInputDispatcher(4521): blockWebkitDraw
07-23 02:43:53.520: V/WebViewInputDispatcher(4521): blockWebkitDraw lockedfalse
07-23 02:43:53.530: V/webview(4521): singleCursorHandlerTouchEvent -getEditableSupport FASLE
07-23 02:43:53.825: D/webview(4521): blockWebkitViewMessage= false
07-23 02:43:53.975: I/Web Console(4521): playing Video:5111
The text was updated successfully, but these errors were encountered: