webview_flutter_plus
webview_flutter_plus copied to clipboard
Problem with keyboard
I have an html page that has some inputs that open a numeric keyboard. The problem is that they show up for like half a second and then an alpha numerical keyboard shows up. How to solve this issue? I really need that numeric keyboard. I'm using an Html file from my assets.
My problem was solved when I used https://github.com/shah-xad/webview_flutter_plus/pull/28 Could you please merge this PR? :)