开发者

Safari on iPhone and iPad crashes while zooming (double-tap and pinch)

开发者 https://www.devze.com 2023-04-11 16:52 出处:网络
I have a problem with a Wordpress-run website: http://www.igorlipinski.com - Safari freezes and eventually crashes on iOS devices while using the zoom option, either double tap or pinch to zoom option

I have a problem with a Wordpress-run website: http://www.igorlipinski.com - Safari freezes and eventually crashes on iOS devices while using the zoom option, either double tap or pinch to zoom option. It looks and works very well on desktop browsers. I can't quite locate the problem... any thoughts? Thanks in advance!

UPDATE: I disabled javascript on my iPhone开发者_如何学Go and the site worked beautifully, so at least I know where to look now! I would appreciate if anyone had a direct solution for this particular site, but I will work on it in the meantime.


I have faced similar kind of issue. Found issue with canvas drawing. Basically there is one issue with canvas drawing. when we draw or erase something using canvas's methods like drawRect(), lineTo(), moveTo(), etc... it will create extra layer (like pixels on canvas) which causes memory leakage issue in safari browser for ipads/mobiles.

I am still looking for solution/alternative for memory leakage while using canvas.

Hope this will help you find any clue related to your project.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号