I am testing in safari. I changed the user agent to "Mozilla/5.0 (iPad; CPU OS 6_0 like MAC OS X) AppleWebkit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25" which is nothing but "i06 IPad". When i start debugging, I get the error at
Type.registerNamespace("Telerik.Web.UI");
at
if(!$telerik.isSafari){c.outerHTML=null;
I got this error when I selected "pause on uncaught exceptions" in safari
I am trying to deubug. But Still I dont any solution or not sure why this is happening. If I change back the user agent to anything else in Safari, it works fine.
Thanks for the help.
Type.registerNamespace("Telerik.Web.UI");
at
if(!$telerik.isSafari){c.outerHTML=null;
I got this error when I selected "pause on uncaught exceptions" in safari
I am trying to deubug. But Still I dont any solution or not sure why this is happening. If I change back the user agent to anything else in Safari, it works fine.
Thanks for the help.