Disable screen zoom on mobile

Thanks, but is not working here, because I need zoom control per page…

You can do it here:

1 Like

Thanks @jaos.pcl, but that does not prevent the zoom function

if you want to check it on your mobile: http://tiny.cc/oo403y
when I click a dropdown it zooms in into the field, but never zoomed back out

Draw an html element on the page and add:

<header> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> </header>

7 Likes

Great that works!
you are my hero!:+1:

1 Like

Still have some issues about scrolling…
On my iphone xr my menu icon and “back” button will go up into the part where battery/wifi and clock is located

These are not visible on my white background as the font colot is also white, but when scroll down lifts te page a little and my icon gives an other color in the back and the white font is visble…

image image
How to solve that scrolling into that area?

Thanks a lot!
Marco

Great fix!
Btw do you know why adding "meta name=“viewport” content=“width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no” in settings does not actually add it? I am checking with view page source in Chrome and only your thing actually adds it to header.

Are you on a paid plan? You need to be on a paid plan to add meta in the header via the settings.

1 Like

Is anyone able to share the preview view of their app with this working?

Can’t seem to get any meta info to work. Wondering if it’s my device?

Thanks

Anyone?

Still have this annoying problem…

thanks for helping!

Which part are you having trouble with?

On this part:

Still have some issues about scrolling…
On my iphone xr my menu icon and “back” button will go up into the part where battery/wifi and clock is located

These are not visible on my white background as the font colot is also white, but when scroll down lifts te page a little and my icon gives an other color in the back and the white font is visble…

image image
How to solve that scrolling into that area?

Thanks a lot!
Marco

What do you have in your header?

<header> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> </header>

I’m not sure I understand what you mean here:

but the code you have in your header shouldn’t wrap your website to the full extent. That is, your icons shouldn’t appear behind the status bar.

Ok, I try to visualize the problem :smiley:

This is my problem with bubble apps…
You can see the time and wifi simbols are on top of my bubble menu and user name

This is because the bubble app is scrolling to far up:
This is what I’m looking for: Symbols are steady on top of the app, below that my menu and logo bar is steady on top of my bubble app. Below that I only want vertical scrolling and no horizontal scrolling

Thanks a lot for your help!
Marco

1 Like

anyone?
Your help is much appreciated!
Thanks in advance!

Great little trick about changing font size to 20pt - it works and now the mobile browser doesn’t automatically zoom in when someone fills a form! Thank you!

EDIT - it also works at 16pt font for me, so might be worth trying 16 instead of 20 if you don’t want a huge font messing up the stylez

3 Likes

Hello bubblers,

Does anyone experience the opposite issue?

The content of my APP cannot be zoom in on a mobile device, even though the check box “Prevent the user from zooming” is unticked.

I would like the users to be able to zoom in the text with a smile size inside my app.
Could you please help me?
Thank you in advance :wink: