cylonid / NativeAlphaForAndroid

GNU General Public License v3.0
640 stars 58 forks source link

"autofocus" attribute for form elements not honoured #110

Open mirko opened 1 year ago

mirko commented 1 year ago

I'm having a web app, which auto-focuses an input text field on page load (non-javascript, native "autofocus" html attr). When using the site via NativeAlpha, the autofocus attr does not seem to be honoured. At least in my case the input field is not focused when opened via NativeAlpha.

Example site: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_autofocus

cylonid commented 1 month ago

@mirko I cannot reproduce this, autofocus seems to work fine, at least in the w3schools example. It is possible a WebView update fixed this in the meantime. Can you re-check?