revolunet / phonegap-sencha-demo

Sample Sencha+Phonegap 1.6 projects
http://revolunet.com/static/phonegap-sencha-demo
9 stars 7 forks source link

Contacts Loading Forever on iPhone 4 with iOS 5.1 #1

Open ahcbsa opened 12 years ago

ahcbsa commented 12 years ago

I am trying to run the application on my iPhone 4 with iOS 5.1, but the contacts keeps loading forever. What can I do? Thanks.

revolunet commented 12 years ago

you run the app from inside a phonegap application, right ?

ahcbsa commented 12 years ago

Yes, I've downloaded your code from the Downloads page and ran the iOS application on the device.

nsquire commented 12 years ago

I had the same issue in the iOS 5.1 simulator. I was able to fix it by switching the order in which the PhoneGap and Sencha JS files are referenced in index.html:

Changed it to:

<script type="text/javascript" charset="utf-8" src="cordova-ios-1.6.0.js"></script>
<script type="text/javascript" src="sencha-touch.js"></script>

It still didn't seem to find stored contacts properly for me though...

discofever commented 12 years ago

Same here; also tried the replacement as suggested above.