Hi, I have a "view/state" with a form HTML and in this form there is a <select>
input type. When I click on this "input type", iOS/Android show me the select options. And it is ok. Now with select options open it's possible that my app goes in background for various reasons (incoming call or I that press the home button or other similar things).
When my app resumes itself from background this "select" is again open, but I don't want it. I want it close!.
How can I do this ?
Thanks.
M.