iOS 6 multiple UIWebViews: Javascript only runs in one

前端 未结 2 1958
无人及你
无人及你 2021-02-04 17:44

An iOS 6 iPad app shows content in two UIWebViews. If both web views contain a jquery image rotator, only one will work at a time. Running < iOS 6, both work properly.

2条回答
  •  执笔经年
    2021-02-04 18:27

    Have you tried making one WebView the size of your 3 webViews and the using 3 iFrames inside that 1 UIWebView that load each javascript enabled page?

提交回复
热议问题