On iOS device, when activating the search input, the experience builder app UI auto-zooms to the search widget. When this happens, the user would need to pinch zoom or double tap on an empty area to restore the zoom level. Is there any way to configure the UI to not auto-zoom?
UPDATE: Seems that this happens to any text input (i.e. search and edit). The issue is not seen when running the app in Safari or Chrome, but our users need to access the app in an internal environment and that's where we see the issue.
Here is an example of when the auto-zoom happens (notice the view gets truncated on both sides):
Thanks!
Solved! Go to Solution.
Mobile browsers will auto-zoom on inputs if the font size is less than 16px. In ExB, you can customize your theme and increase the font size to 125% to prevent the zoom.
Mobile browsers will auto-zoom on inputs if the font size is less than 16px. In ExB, you can customize your theme and increase the font size to 125% to prevent the zoom.
Thanks! This works for us. We ended up needing to update the config.json to increase the font size to 105% so that we can keep the desktop UI intact. The font size increase successfully prevents the zoom.