linnarsson-lab / loom-viewer

Tool for sharing, browsing and visualizing single-cell data stored in the Loom file format
BSD 2-Clause "Simplified" License
35 stars 6 forks source link

Don't trigger resize for soft-keyboards on mobile #111

Closed JobLeonard closed 7 years ago

JobLeonard commented 7 years ago

Tiny bug, solution here. Added so I don't forget it.

https://stackoverflow.com/a/17201044/3211791

JobLeonard commented 7 years ago

Simpler solution: detect if on mobile browser, if so, then trigger if width < height changes value.

JobLeonard commented 7 years ago

Oh, I actually fixed this a while ago