Closed GoogleCodeExporter closed 8 years ago
Original comment by msgilli...@gmail.com
on 22 Nov 2011 at 6:14
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:// ??
Original comment by msgilli...@gmail.com
on 7 Feb 2012 at 12:20
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.
Original comment by msgilli...@gmail.com
on 7 Feb 2012 at 12:40
callto: and sms: links are supported in 0.4-beta3 and later.
I did not add itms links since they are deprecated. If you need them you can
use:
iui.nativeUrlPatterns.push(new RegExp("^itms:"));
Original comment by msgilli...@gmail.com
on 22 Jul 2012 at 9:15
Original issue reported on code.google.com by
tony.hu...@gmail.com
on 21 Nov 2011 at 2:22