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 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.