Mobile app UI on iPhone zoom in/zoom out
best of the mobile app experience is being able to zoom in and zoom out for specific text , image and almost Complete UI
I don’t see that happening either on UNA.iO app which I am right now typing this text from. I cannot zoom in/out at all on iPhone !!
Am I missing something here ? Why cannot I zoom in/out ?
-
-
·
Alex T⚜️
- ·
Actually zoom functionality is controlled by the following tag:
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
You can try to insert another one in Studio > Design > Injections, it maybe second one will have more precedence over first one:
<meta name="viewport" content="width=device-width, initial-scale=1" />
-
·
Alex T⚜️
-
- · vidyap
- ·
Thanks Alex, I am trying to build android from Github ; I am not sure if the documentation is complete.
I installed nodejs on windows, npm install but "npx react-native run-android" is failing
I am struggling to get the .apk file yet
-
- · vidyap
-
·
In reply to Alex T⚜️
- ·
BTW, Una app on my iphone, also does not show zoom in/out ; is this by design?