Jquery click not working with ipad

后端 未结 11 894
隐瞒了意图╮
隐瞒了意图╮ 2020-12-02 12:38

we have a web application which is using Jquery blockUI to open a pop up and do some action. All of this works fine on Safari, and IE 8. problem is with Ipad. none of the ac

11条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 12:46

    actually , this has turned out to be couple of javascript changes in the code. calling of javascript method with ; at the end. placing script tags in body instead of head. and interestingly even change the text displayed (please "click") to something that is not an event. so Please rate etc.

    turned debugger on safari, it didnot give much information or even errors at times.

提交回复
热议问题