Set autofocus on input field on Mobile page

0
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.
asked
1 answers
0

Hi

looks like it's added in mx 9.15 https://marketplace.mendix.com/link/studiopro/

  • 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.

https://forum.mendix.com/link/ideas/2874

answered