Page 1 of 1
Edit box size on mobile problem
Posted: Fri May 16, 2025 12:01 am
by Weldon
i am using and edit box with the data type as date. On mobile view using either safari or chrome mobile the edit box size is limited to just the size of the date in the box. I can't make the box any wider. On computer it is fine even with shrinking screen. Also not showing date picker in box. Any ideas?
Re: Edit box size on mobile problem
Posted: Fri May 16, 2025 12:51 am
by crispy68
Can you provide a link to the page to view?
Re: Edit box size on mobile problem
Posted: Fri May 16, 2025 2:11 am
by Weldon
try
https://zoocrewclub.com/test1.php
on Iphone start date and enddate editboxes are just size of date. Check on computer (chrome) and they are correct.
Re: Edit box size on mobile problem
Posted: Fri May 16, 2025 10:20 am
by Pablo
The 'date' input field is a standard HTML element. The appearance of the element will be different in each browser. This cannot be changed via HTML or CSS
If you want more control then consider using the datepicker object instead.