Hi B4i Support,
I use the webview for load url of special webpage as attach picture.It is auto hide keyboard when I key in textfield. I need to cancel it. Do you help the solution for this case? Please advise. I check in Safari about this webpage and it don't auto hide the keyboard when key in textfield.
Code:
Sub aaa_Click
webview1.Initialize("webview1")
webview1.ScaleToFit = True
webview1.RequestFocus
webview1.LoadUrl(http://config)
End Sub
I use the webview for load url of special webpage as attach picture.It is auto hide keyboard when I key in textfield. I need to cancel it. Do you help the solution for this case? Please advise. I check in Safari about this webpage and it don't auto hide the keyboard when key in textfield.
Code:
Sub aaa_Click
webview1.Initialize("webview1")
webview1.ScaleToFit = True
webview1.RequestFocus
webview1.LoadUrl(http://config)
End Sub