DesignDance / storelocator

Automatically exported from code.google.com/p/storelocator
0 stars 0 forks source link

Storelocator crashes with iOS 7 #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I a m using the storelocatore library for a while, all went good, but when i 
test on an iOS7 device, i found that my app crashes on that version of iOS.

On mobile version, i'm using just the panel, the map itself is hidden with css.

Any idea how to resolve this issue ?

Thank you.

Original issue reported on code.google.com by yquoul...@sqli.com on 9 Jan 2014 at 10:35

GoogleCodeExporter commented 8 years ago
I've just been finding that my own installation is also causing Safari and 
Chrome on iOS7 to both crash. It appears that the library is exhausting 
available memory on the device. I'm using the library via the Drupal module 
available at http://drupal.org/project/google_store_locator.

Original comment by dan...@bowlhat.net on 21 Jan 2014 at 6:32

GoogleCodeExporter commented 8 years ago
Has there been any progress on this issue?  We are having the same problem due 
to the new memory restriction in IOS 7 (works fine in IOS  6), has anyone found 
a workaround in the meantime? At the moment we are just not loading the 
component on the server side if we detect IOS 7. 

Thought?

Original comment by jonathan...@shinetech.com on 19 Feb 2014 at 1:10

GoogleCodeExporter commented 8 years ago
In case anyone stumbles upon this, we managed to fix this by lowering our 
memory usage within the store locator app, this was primarily achieved by 
disabling animations within the markers for iOS 7 devices 

Commenting out : "animation: google.maps.Animation.DROP"

Original comment by jonathan...@shinetech.com on 21 Feb 2014 at 3:41