I've tried looking at some of the weather examples but never managed to get any working. so I've looked the Met Office Widget and wondered if its possible to display the results of that in my B4A app, as shown in the example
Tried it with the following code but the results are the image attached
<code>
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Dim webview1 As WebView
End Sub