Hello,
I have a problem playing video from URL in iOS device.I'm using Interaction\Video plugin from OutsystemsUI and put URL in VideoURL input parameter.
It works fine when i play it on Android device, but show this display in iOS device. I already tried to play it on safari, and it play just fine.
Any idea why it happen?Thank you!
Hi
This issue is resolved. It turns out the preference stated in Cordova document and apple developer document is different. There is a missing "s" after "allow" for Cordova.
Apple: allowsInlineMediaPlayback
Reference: https://developer.apple.com/documentation/webkit/wkwebviewconfiguration/1614793-allowsinlinemediaplayback
Cordova: AllowInlineMediaPlayback
Reference: https://cordova.apache.org/docs/en/latest/config_ref/index.html
I put both of them in Extensibility Configurations and set to true. It works perfectly after generated a new version of app.
The file is about 150mb. Things I concern a bit is the usage of mobile data in case of device without Wifi.
For the second and third questions, I haven't try other ways but my back up plan is same as yours which is using GIFs. I would probably reference this post if I use GIFs.
OR You can you to the Following link:
https://www.outsystems.com/forums/discussion/77225/play-video-as-background-in-ios-device/
Thanks
Md Mansur
Hi @Joshua Benaya
Please check this link hope its helpful
https://www.outsystems.com/forums/discussion/83568/video-widget-not-working-with-ios-devices/