meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation

Home Page:http://camanjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser crash on resize

kwaazaar opened this issue · comments

Nobody has a clue?

If it makes you feel any better, I'm suffering from the exact same problem and am desperately trying to find a solution.

If I run with debugging on, it looks like it just runs the plugin many times and then crashes.
image

This solution worked for me : add this attribute > data-caman-hidpi-disabled="true". If a HiDPI display is detected, CamanJS will automatically switch to the HiDPI version if available unless you force disable it with the data-caman-hidpi-disabled attribute.