Description
Nextcloud (please complete the following information):
- Nextcloud-Version: 30.0.6
- Forms-Version: latest
Is your feature request related to a problem? Please describe.
In current use cases, forms are filled out by users without Nextcloud accounts on their smartphones (iOS or Android). When using the DatePicker feature, a date view opens that is difficult to navigate via touchscreens. Specifically, entering the correct year proves challenging for users, such as when inputting a date of birth.
Even when selecting the text field with the restriction “numbers only”, the input data is only checked when the “Submit” button is pressed.
Describe the solution you'd like
Integrate Native Date Pickers:
The DatePicker should utilize the device's native picker on smartphones. This approach would enhance user experience by leveraging familiar interfaces across both iOS and Android platforms, improving ease of use and accuracy.
Enhance Number Input Fields:
When a field is set to "numbers only," ensure that the smartphone keyboard exclusively displays numeric options. This will minimize input errors and streamline the data entry process for users.
Additional context
This would significantly improve the usability of the mobile phone and thus minimize incorrect entries by users.
Many thanks!
--- Edit ---
Removed the number input related parts as we already add the correct input type and it's up to the Browser/OS to react on that.