Where can I learn more about WebCoreSharedBufferData?

前端 未结 2 2196
一生所求
一生所求 2021-02-19 05:48

I\'ve got an app that was working perfectly on iOS 6, but on iOS 7, if there is a very specific action taken by the user (too complex to get into but it uses a UIWebView

2条回答
  •  深忆病人
    2021-02-19 06:19

    if you are using IOS i Wouldn't use onClick. IOS takes your on click and puts some funky 200 ms delay on onClicks which results in sometimes breaking the "webglue". JavaScript has a full touch library that I would use and also something like Hammer.js will resolve your problem. also, i would use phonegap for the webview component of your app (even if it is not the full app) because they fix alot of quirks/bugs IOS has with their native webview (even if it is just for website browsing).

提交回复
热议问题