Android Question Because my radio does not play

desof

Well-Known Member
Licensed User
Longtime User
I have this link that plays a radio and I would like to play when you load the page into a WebView.
The link this http://www.paranahost.com.ar/afrodita to load in a browser goes OK but not the application. (See screenshot)

B4X:
Sub Activity_Create (FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout ("WebRadio")
WebView1.LoadURL ("http://www.paranahost.com.ar/afrodita")
      '
End Sub

Wi1Cd.jpg

LMeDl.jpg
 

stevel05

Expert
Licensed User
Longtime User
It looks like the web site uses a media player that is not supported in the Android WebView. I can't test it here at the moment though.

Have you tried it on the Android Browser?
 
Upvote 0
Top