ioBroker / ioBroker.vis.cordova

Cordova APP for ioBroker.vis
Other
16 stars 7 forks source link

Fullscreen off and Viewport fix #13

Closed nobodyMO closed 7 years ago

nobodyMO commented 7 years ago

Use different way to disable fullscreen view Use document.body.style.zoom instead of viewport for scaling.

GermanBluefox commented 7 years ago

thank you. I will test it.