Abaksoft Posted November 2, 2024 Posted November 2, 2024 Hello Experts, Just put an UnimEdit with inputType = date and run it on your Mobile. As the user will select its Birthday date (a distant date), it would be reasonable to not open the select date, and typing it directly with mobile keyboard. On my Mobile Chrome, the Select Date appears automatically and not allows you to enter on UnimEdit. So, is there a way to disable the select date ? Thx. PS: On Desktop chrome allows to enter on UnimEdit and typing. Not on Mobile Chrome ! Mobile_Popup_Date.7z
Sherzod Posted November 2, 2024 Posted November 2, 2024 Hello, Some mobile browsers, such as the mobile versions of Safari and Chrome, automatically display a built-in date picker when using type="date", and in these cases, manual input may be blocked. Using type="text" or custom solutions allows you to bypass this limitation.
Sherzod Posted November 2, 2024 Posted November 2, 2024 Why don't you use UnimDatePicker, for example?
Abaksoft Posted November 2, 2024 Author Posted November 2, 2024 On 11/2/2024 at 7:48 PM, Sherzod said: Using type="text" Thank you Maestro. As usually you are generous, even the week end ! • Yes, i come back to text type and validate the User date on my class setDate... • UnimDatePicker, while it allows you a fast select, it not allows you to enter and type manually your date. I will see... Many thx Sherzod 1
Recommended Posts