On 4/16/12 7:08 AM, Arthur wrote:
Thank you. I have requested the Apple review team's crash/log reports.


I'm not sure if you're going to get anything from those. It sounds like there was no crash, and I'm not sure if anything is being logged. The most important thing is to duplicate their exact iOS and hardware versions. If you can't find the exact configuration, you could do some testing in the iOS simulator, but the simulator will likely give you an error on the tel: URLs because there is no telephone support in the simulator. However, you could test javascript and/or email URLs to make sure they work correctly in PhoneGap. You should also Google and/or check on the PhoneGap support list.

For quick testing of support for native URLs in iUI you can use this link:
http://demo.iui-js.org/test/link-types.html#_native

If you want to try the newly added sms: and callto: URL types, you can use this one:
http://stage.iui-js.org/test/link-types.html#_native

('demo' corresponds to the latest stable release of iUI, 'stage' usually has something newer)



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 don't think so. I know that the '//' has not been necessary before. But once you've figured out how to reproduce the problem it could be worth a quick try...


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:"


The iUI source code that lists the Regular Expressions that are ignored is here:
http://code.google.com/p/iui/source/browse/web-app/iui/iui.js?name=REL-0.40-beta2#456

Note that the next release of iUI will include "sms:" and "callto" in the list:
http://code.google.com/p/iui/source/diff?spec=svnbf06120e601f97a56ef63114596dc307058c737f&r=bf06120e601f97a56ef63114596dc307058c737f&format=side&path=/web-app/iui/iui.js

I hope I am not imposing; I really appreciate your time, effort and brain power.

I don't mind. I'm 99% sure, but I just want to be 100% sure that we don't have an iUI issue here.

-- Sean

--
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
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.

Reply via email to