problem
Using the application for a mobile device is constantly challenging due to zoom issues after engaging with inputs.
For example, after entering text my UI always looks like the following:
You will note that the viewport is very zoomed in and truncating, interesting content. Even worse, pinched Zoom doesn’t work reliably to bring the whole viewport back into focus unless you do it precisely in the header I found.
Discussion
Probably need to add meta tags to constrain the viewport. I would personally disable the ability for pinch Zoom as well, just make sure the styles are accessible by default
problem
Using the application for a mobile device is constantly challenging due to zoom issues after engaging with inputs.
For example, after entering text my UI always looks like the following:
You will note that the viewport is very zoomed in and truncating, interesting content. Even worse, pinched Zoom doesn’t work reliably to bring the whole viewport back into focus unless you do it precisely in the header I found.
Discussion
Probably need to add meta tags to constrain the viewport. I would personally disable the ability for pinch Zoom as well, just make sure the styles are accessible by default