Page 1 of 1
VLWeb app in LANSA mobile
Posted: Fri Jun 23, 2017 3:36 pm
by soa
When my VLweb app runs in LANSA mobile on the ipad I can use touch to zoom to enlarge or screen the screen contents. This isn't very app like. Is there a way to stop this behaviour. My Longrange based apps don;t behave this way.
Re: VLWeb app in LANSA mobile
Posted: Mon Jun 26, 2017 10:57 am
by tsupartono
Unfortunately there is currently no way for VL-Web to disable user zooming.
An enhancement work that includes this is already in progress and it would be available in SP2, but it's always a good idea to log an enhancement request with LANSA Support.
And for those who are interested, on the HTML level, this is how user zooming is controlled with a META tag:
Code: Select all
<meta name="viewport" content="user-scalable=0;" />