search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

CommandCallBack on Mac/iPad

Asked by Stephanie
9 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/

Answer posted by Balaji Lakshminarayanan
9 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>

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.