Danilo Gaglioti Member Licensed User Mar 12, 2017 #1 how to play mp4 videos into webview ? all is ok in webview only mp4 videos not play , why ?
Erel B4X founder Staff member Licensed User Longtime User Mar 13, 2017 #2 Where is the video located? Try it with #AtsEnabled: False Upvote 0
Danilo Gaglioti Member Licensed User Mar 14, 2017 #3 Located in the cloud, on my other servers. The web page works perfectly in safari, but within the webview it does not I added "#AtsEnabled: False", it still did not work. Would you have any other suggestions? Is it possible to autoplay in this video? Upvote 0
Located in the cloud, on my other servers. The web page works perfectly in safari, but within the webview it does not I added "#AtsEnabled: False", it still did not work. Would you have any other suggestions? Is it possible to autoplay in this video?
Erel B4X founder Staff member Licensed User Longtime User Mar 14, 2017 #4 Try to use VideoView to play it. Upvote 0
Danilo Gaglioti Member Licensed User Mar 14, 2017 #5 I found a solution using Iframe inside the HTML Page With the right plugin it worked normally I noticed that youtube videos worked normally So I created a type of embedding using iframe ... It worked! Thank's Upvote 0
I found a solution using Iframe inside the HTML Page With the right plugin it worked normally I noticed that youtube videos worked normally So I created a type of embedding using iframe ... It worked! Thank's