Shay Well-Known Member Licensed User Longtime User Sep 2, 2017 #1 you can try this link http://glzwizzlv.bynetcdn.com/glglz_mp3?awCollectionId=misc&awEpisodeId=glglz on windows it will auto play, on android webview it will not
you can try this link http://glzwizzlv.bynetcdn.com/glglz_mp3?awCollectionId=misc&awEpisodeId=glglz on windows it will auto play, on android webview it will not
Erel B4X founder Staff member Licensed User Longtime User Sep 3, 2017 #2 This is how the native WebView behaves. You can use ExoPlayer to play it: B4X: player1.CreateUriSource("http://glzwizzlv.bynetcdn.com/glglz_mp3?awCollectionId=misc&awEpisodeId=glglz") Upvote 0
This is how the native WebView behaves. You can use ExoPlayer to play it: B4X: player1.CreateUriSource("http://glzwizzlv.bynetcdn.com/glglz_mp3?awCollectionId=misc&awEpisodeId=glglz")