This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Zoom the visualization
#1
Hi, I noticed that if I zoom with an iphone/ipad the zoom work perfecly, but when I do the same on my android or windows it doesn't work, it alway rescale it.
Do you know how to solve this problem?
Reply
#2
Visualization was not designed to support zooming. It can only be auto-scaled to fit the whole screen.
Reply
#3
This is a limit....Do you have a solution for this ? In future ?
KNX Advanced Partner + Tutor
Reply
#4
Try this, but it is not guaranteed to work correctly Smile

Add to Custom JavaScript:
Code:
$(function(){
  var content = 'width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes';
  $('meta[name=viewport]').attr('content', content);
});

Add to Custom CSS (might need some more selectors here to prevent scrolling when using sliders etc):
Code:
.popover,
.item-control,
.item-control-single {
  touch-action: none;
}
Reply


Forum Jump: