K
K
我好像也遇到这问题了...zimg没有输出任何错误报告 运行了一两天后进程直接退出了(在将那段lua替换成C后依然出现)
Since 1.4.0 update to 1.5.0 i also facing this problem
> The root cause of the issue it changes in update-geometry: > This code > > ``` > i.containerWidth = element.clientWidth; > i.containerHeight = element.clientHeight; > ``` > > was...
it probably cause by rails, rail-y on mouse scroll and rail-x happend on touch device
@supersnager thanks for fix, i tried your fix on master but the issue still exists
@Dev1lDragon Thanks for the tips, after rebuild it proves the fix works :) And thanks @supersnager again, you are life saver 👍
Sometimes you only wish add the style in some scenes e.g.: I have user avatar on the page it has rounded border, so i'd like the zoomed avatar image also...
Is there any update of this issue?
A temporary fix if there is no other plugin depending on the plugin's `File` & `FileReader` class ```javascript const nativeFile = window.File; const nativeFileReader = window.FileReader; window.document.addEventListener('deviceready', () => {...