jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

IPad issue #65

Closed ronaldosilva closed 12 years ago

ronaldosilva commented 12 years ago

I am developing a mozaic-based experience, where the user has to click in one square and a pseudo zoom happens. The problem is, when testing the operation on my desktop it works great, but when trying to do that in iPad, the whole experience gets broken.

see the example: http://www.ronaldosilva.com/mozaic/v4/

When accessing from iPad we have an issue with the overall scale.

Is this a known issue? Please advise.

shama commented 12 years ago

Try adding a viewport meta tag: <meta name="viewport" content="width=device-width, maximum-scale=1.0">

shama commented 12 years ago

Closing. Please reopen if you still have an issue. Thanks!