fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 205 forks source link

Unpredictable layout on iPad Safari #76

Open ccernoch opened 11 years ago

ccernoch commented 11 years ago

Seems to be working good in most browsers except Safari on iPad. The layout sometimes looks fine, sometimes in randomly shifted about 150px down and to the right, and sometimes only half my waterwheel is shifted. I am using the vertical waterwheel with a -1 tilt, but found that it is not displaying correctly even for the default shape. Any ideas? Here is a link to development: aot.sneakerdev.com

ccernoch commented 11 years ago

I found out that the startWidth and startHeight are not being calculated correctly sometimes when it is laid out. I am calling the relayout method and added a fixed startWidth and startHeight at line 342 of the unminified version and now it is laying out consistently.