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 aa_click
webview1.Initialize("webview1")
webview1.ScaleToFit = True
webview1.RequestFocus
webview1.LoadUrl(http://config)
End Sub
I attach the picture when open by Safari and open by Webview
- Open by Safari the keyboard don't auto hide when key in textfield.
- Open by Webview the keyboard will auto hide when key in textfield.
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 aa_click
webview1.Initialize("webview1")
webview1.ScaleToFit = True
webview1.RequestFocus
webview1.LoadUrl(http://config)
End Sub
I attach the picture when open by Safari and open by Webview
- Open by Safari the keyboard don't auto hide when key in textfield.
- Open by Webview the keyboard will auto hide when key in textfield.