Answered
Check if OS is IPhone/iPad?
Hi,
In Captivate it is possible to check if the learner got a Mobile OS using $$cpInfoMobileOS$$.
But I need to detect if the learner uses either Android or iPhone/iPad. Any clue how I can use something like:
function() { return navigator.userAgent.match(//iPhone|iPad);
/Jacob
