![]() |
Zoom when running app in mobile - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Zoom when running app in mobile (/thread-1155.html) |
Zoom when running app in mobile - cprmlao@hotmail.com - 07-27-2019 I did an intraweb app. When I access the app on mobile I'd like to use the (two finger) zoom in/out feature in forms, but It doesn't works. Is there some settings to enable It? RE: Zoom when running app in mobile - kudzu - 07-28-2019 Which IntraWeb version are you using? RE: Zoom when running app in mobile - cprmlao@hotmail.com - 07-31-2019 (07-28-2019, 05:01 PM)kudzu Wrote: Which IntraWeb version are you using?Hi, I had Code: <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> I just get rid off Code: maximum-scale=1 Thank you, kudzu |