VLWeb app in LANSA mobile

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
soa
Posts: 339
Joined: Mon Dec 07, 2015 3:15 pm

VLWeb app in LANSA mobile

Post 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.
tsupartono

Re: VLWeb app in LANSA mobile

Post 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;" />
Post Reply