IFrame player API only play audio with no video - WebView issue?
Hi,
Sorry, no news yet. We are working on it. I'll update.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
Sorry, no news yet. We are working on it. I'll update.
Hi,
Yes, there is a problem with Android. In the early November we release new Appery.io version and update Cordova to 3.0. Probably this will solve the issue.
Could you please tell us what you mean by [quote:]my understanding from Amazon's developer relations, who rejected our apps,
is that their skin is built on Android 2.3. [/quote]
Did you change both Min and Target versions in App Settings?
Yes, I had been setting the min and target as both 3.0+ but to release apps on the Amazon app store the minimum and target versions need to be Android 2.3+.
From some additional digging the iframe video issue for android seems to have been resolved with the latest release of Phonegap. Do you have a target date for release? We have a few apps pending release and I imagine other appery clients are in the same situation.
Planned date is November 3.
Hi
I just built an apk with a video component to see if the new phonegap would play inline video. No success.
Problem restated:
"When I build it as an android app the player appears, but the video plays invisibly, unless full-screen is selected during playback (by touching the screen to get the controls back) The video then plays properly full screen.. "
Anything else to try? (I've tried the phonegap plugin with some success, but my app needs inline video)
Thanks,
John
We are not aware of any solutions to this.. I'd try the PhoneGap forum.
Success with inline video playback in Android. In case anyone else is struggling,
I increased the Min. SDK version and Target SDK version to 4.0 or above and my app now plays inline video under Android.
John
Hi John,
Thank you for the update!
Hi john or Maryna, can you let me know how you added plugin into Appery projects?
I am referring to this step:
"2) On Source tab in Android/projectName/src/com/phonegap/plugins/ create "video" folder and in this folder create file VideoPlayer.java, paste this code https://raw.github.com/macdonst/Video... "
Because after I added the java file, APK build failed
Hello,
Did you added plugin to config.xml file ?
This doc should help:
http://docs.appery.io/documentation/u...
It looks like you posted the link to the private or not existing repository.