Comment #1 on issue 319 by msgilli...@gmail.com: Add sms: itms: and callto:
to nativeUrlPatterns
http://code.google.com/p/iui/issues/detail?id=319
(No comment was entered for this change.)
Should we just keep adding patterns to the nativeUrlPatterns array or
should we say anything that is not http:// or https:// as a native URL and
only use patterns once we've determined it's http:// or https:// ??
If you need to add URL patterns to the list of nativeUrlPatterns, you can
do something like this:
iui.nativeUrlPatterns.push(new RegExp("^sms:"));
after the iui.js script has been loaded.