Hi
i am new of b4a and i need some help,
i am just trying to display a local html files with pictures.
i am using this code
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
WebView1.Initialize("WebView1_Click")
Activity.LoadLayout("WebView")
myHTML = File.ReadString(File.DirAssets,"Us_smart.html")
WebView1.LoadHtml(myHTML)
End Sub
but the picture dose'nt appear.
if anyone can help me ......
thanks
JL
i am new of b4a and i need some help,
i am just trying to display a local html files with pictures.
i am using this code
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
WebView1.Initialize("WebView1_Click")
Activity.LoadLayout("WebView")
myHTML = File.ReadString(File.DirAssets,"Us_smart.html")
WebView1.LoadHtml(myHTML)
End Sub
but the picture dose'nt appear.
if anyone can help me ......
thanks
JL