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
I keep getting an error when my JS calls this plugin when I am not using "app.initialize();":
W/PluginManager(21255): THREAD WARNING: exec() call to VideoPlayer.playVideo blocked the main thread for 67ms. Plugin should use CordovaInterface.getThreadPool().
If I keep "app.initialize();" in my javascript, the video does not even attempt to play.
I noticed that when my app starts up, I get the error "FBIOGET_FSCREENINFO failed", which has something to do with the buffer, I think?
Did I implement this wrong, or is it broken in the new version of Phonegap?
The text was updated successfully, but these errors were encountered:
I've done some more digging around - inside of the plugin's java file, I noticed that "Context.MODE_WORLD_READABLE" is deprecated. Is that whats causing the buffer issues?
I keep getting an error when my JS calls this plugin when I am not using "app.initialize();":
W/PluginManager(21255): THREAD WARNING: exec() call to VideoPlayer.playVideo blocked the main thread for 67ms. Plugin should use CordovaInterface.getThreadPool().
If I keep "app.initialize();" in my javascript, the video does not even attempt to play.
I noticed that when my app starts up, I get the error "FBIOGET_FSCREENINFO failed", which has something to do with the buffer, I think?
Did I implement this wrong, or is it broken in the new version of Phonegap?
The text was updated successfully, but these errors were encountered: