Hi Mendix Developers, For my application I'm trying to set an autofocus to an input field on a mobile page. Unfortunately, this cannot be done with HTML/javascript snippet, since that snippet cannot be used on a mobile page. so my question; Does anyone knows how to set autofocus to an input field on a mobile page? Thanks in advance.
We added the Autofocus property to the Text Area and Text Box native widgets. When set to true, the widget receives the keyboard focus when the page is loaded.