CommandCallBack on Mac/iPad Asked by Stephanie11 years ago. The command call back referenced in this article is not working for us or or Mac/iPad clients. It works fine on the PC in Safari and other browsers. How do we fix it on the Mac/iPad? http://doc.daypilot.org/month/commandcallback/ bugasp.net
Answer posted by Balaji Lakshminarayanan11 years ago. Adding the following config part under <system.web> element will solve the problem. <browserCaps> <filter> <case match="AppleWebKit/600"> EcmaScriptVersion=1.5 supportsCallback=true </case> </filter> </browserCaps>