Hi,
I’m trying to display a website with some textfield inputs in it. But when I touch the textfield which is on the bottom of the screen - a keyboard covers it completely and it’s not visible.
- Is there a way to check, that the user has touched a textfield?
Is it possible via pseudo-URLs in the html code and check for it via urlRequest listener? Or there’s an easier way?
- How to check what is the Y coordinate of the touch event (touched textfield height on the screen) so that I could lift up the web view to a particular height offset and make the textfield visible?
I tried to add a touch event listener to a webView, with no success. Tried also to add a display object with touch listener, but since the native.newWebView is always on top - it doesn’t pass the clicks to the bottom layer.
Please help