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)
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