I have the following link http://www.tacloban-issues-concern.tacloban.gov.ph/site/
Opening it on a web browser the Choose File button works fine. But when I tried to display it on a webview it does not work.
Here is the code I'm using..
Kind regards,
microbox
Opening it on a web browser the Choose File button works fine. But when I tried to display it on a webview it does not work.
Here is the code I'm using..
B4X:
Log(Position)
vPosition = Position
playMedia
strDialog = "Report any other issues and concerns not provided by the other buttons. "
Dim sf As Object = DetailsDialog.ShowAsync(items(Position ), "", "Cancel", "", LoadBitmap(File.DirAssets,images(Position-1 ) & "1.png"), False)
DetailsDialog.SetSize(100%x, ht)
Wait For (sf) Dialog_Ready(pnl As Panel)
pnl.LoadLayout("detailsDialog2") ' Webpage
WebView1.LoadUrl("Http://www.tacloban-issues-concern.tacloban.gov.ph/")
cv5.Initialize("",0,Array As Int(Colors.Gray,Colors.LightGray,Colors.LightGray, Colors.Gray))
pnl.AddView(cv5,50%x-55dip,40%y,50dip,50dip)
AnimateIt(pnl)
cv5.Visible = True
Kind regards,
microbox