media.playVideo Android problem

Anyone else ever experienced this?

My code is just a simple function that is called when a user clicks a button. The function plays a remote video and it works awesome on the iOS. On android the video plays but then if the user presses the back button on the phone it does not return to the app correctly it hangs.

Any thoughts on this Android issue…? [import]uid: 18783 topic_id: 11310 reply_id: 311310[/import]

Yes. This happened when I was using the video function too. The video plays in a super small window and does not go back to the app. It’s very annoying…but there is an alternative. Upload the video to youtube then do a system.openURL to your youtube link. This way, the video quality will be higher, plus it saves space on your phone since you don’t have to compile the video into the APK. [import]uid: 29181 topic_id: 11310 reply_id: 41102[/import]

Well problem is that these videos are remote media so I don’t think the YouTube thing solves my issue. [import]uid: 18783 topic_id: 11310 reply_id: 41122[/import]