Thank you. I have requested the Apple review team's crash/log reports. I have tested it on my wife's iPhone 4s/iOS 5.1 and a neighbor's iPhone3 with provisioning files (I registered both) and the app not only works on each of those phones, it does so very quickly (almost instantaneously).
I have gone over the code in my index.html file, and I am curious: the link I use to dial - href="tel:305-937-2006" -- should that be href="tel:*//*305-937-2006" and could that make a difference? I am just grasping at straws here. It may be a mistaken recollection on my part, but something in the back of my head says that the "//" differentiates the "tel:" from "sms:" I hope I am not imposing; I really appreciate your time, effort and brain power. --Arthur On Sunday, April 15, 2012 7:05:18 PM UTC-4, Sean Gilligan wrote: > > On 4/15/12 3:12 AM, Arthur wrote: > > Also, I just came across an article which, I think, recognizes the > > "problem" but I am unclear how to try it. > > > > Working Around IUI Click Interception to Allow for Native iPhone > > Functionality � Borloz.com > > < > http://borloz.com/working-around-iui-click-interception-to-allow-for-native-iphone-functionality/ > > > > > http://borloz.com/working-around-iui-click-interception-to-allow-for-native-iphone-functionality/ > > This problem was fixed in version 0.20. > > iUI specifically ignores tel: links (and a handful of others). You can > see this by looking at line 595 of iui.js in the beta release: > > http://code.google.com/p/iui/source/browse/web-app/iui/iui.js?name=REL-0.40-beta2#595 > > The isNativeURL function loops through a list of url patterns and if any > of them match, it will let the browser handle the link natively: > > http://code.google.com/p/iui/source/browse/web-app/iui/iui.js?name=REL-0.40-beta2#448 > > My suggestion is try to figure out how to reproduce the problem on your > own hardware. Try the same iOS version that Apple reported, etc. Ask > them for more information if necessary. Once you have reproduced the > issue, try a simple .html file with a tel: link in that same > configuration and see what happens. > > -- Sean > > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To view this discussion on the web visit https://groups.google.com/d/msg/iphonewebdev/-/tb_5WQaGaV0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
