Open jmegenealogy opened 2 years ago
This is happening because the scrolling is done by modifying the transform
property on the SVG.
A solution is to leave the transform
property fixed, put the SVG in a <div style="overflow:scroll">
then adjust the scrollLeft
and scrollTop
on the div element to scroll. This is much less work for the browser to relayout, and definitely better tested too.
From G2G:
This may be an issue with all touch-screen devices.