Home › Forums › Support › On scribe theme, wish to disable zooming in when select type field on mobile.
- This topic has 9 replies, 2 voices, and was last updated 3 years, 4 months ago by
Fernando.
-
AuthorPosts
-
December 19, 2022 at 10:14 pm #2467757
Francis
Hi. The occurrence is similar to this support ticket system here, I don’t need the zooming in when clicked on a typeable field. I want to disable zooming in when I click on a field to fill in/ type. It’s on mobile.
How do I achieve that?December 19, 2022 at 10:17 pm #2467758Fernando Customer Support
Hi Francis,
For reference, can you provide the link to the specific field in question?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
December 19, 2022 at 10:35 pm #2467762Francis
Hi, I have enabled public to access my site temporary.
The link is attached below.
When I click on the type-able field, it zooms in. I’m on my mobile. I don’t need the zooming. I don’t have this issue with gravity form and another theme; and formidable form has replied me zooming in is not their “feature”. So it is probably of my theme, which is scribe provided by generatepress.
December 19, 2022 at 10:42 pm #2467766Fernando Customer Support
Hi Francis,
I tried clicking and typing on the field shared in the link on my end on an Android phone. The zooming didn’t occur from my end though. What device are you using?
December 19, 2022 at 11:53 pm #2467806Francis
I’m using iPhone.
December 20, 2022 at 12:03 am #2467814Fernando Customer Support
I see. I tested for the occurrence of the issue on an iPhone 14 Pro. I couldn’t replicate it from there as well. What iPhone version and what browser are you using?
December 20, 2022 at 12:25 am #2467829Francis
I’m on iPhone 12 Pro max. Using safari browser.
But my gravity form on other theme doesn’t have this issue. Even from same browser.December 20, 2022 at 12:29 am #2467831Fernando Customer Support
I see. To test, can you try adding this snippet?:
add_filter( 'generate_meta_viewport', function() { return '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1,user-scalable=0" />'; } );Adding PHP: https://docs.generatepress.com/article/adding-php/#code-snippets
December 20, 2022 at 1:07 am #2467845Francis
I will try. Thanks so much for your prompt assistance.
December 20, 2022 at 1:10 am #2467846Fernando Customer Support
You’re welcome, Francis! Let us know how it goes.
-
AuthorPosts
- You must be logged in to reply to this topic.