VLWeb app in LANSA mobile
VLWeb app in LANSA mobile
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.
-
tsupartono
Re: VLWeb app in LANSA mobile
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:
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;" />