Phonegap iOS App Crashing on iPhone 6 when loading contact photos -
i have phonegap application crashes on iphone6 ios 8 (it works fine on iphone6+) when calling phonegaps contacts.find method. happens 'photos' filter. when gets part of code, app crashes. remove photos filter, , works fine.
here code using:
navigator.contacts.find(['name', 'phonenumbers', 'photos'], function (contacts){ }, function (error) { }, options);
i using latest version of phonegap.
any help appreciated.
ios iphone cordova phonegap-build
No comments:
Post a Comment