jasonelle-archive / jasonelle-v2

🛸 🏘️ Jasonelle issues, releases, discussions and wiki repository.
https://jasonelle.com
Mozilla Public License 2.0
422 stars 58 forks source link

Cannot do 2-finger zoom in Jasonelle Android app #117

Closed haydentech closed 2 years ago

haydentech commented 2 years ago

I notice that 2-finger zooming does not work on my Android Jasonelle app -- haven't tried the iOS side of things yet. Is this a limitation of Jasonelle, or am I just missing some parameter which will turn this support on?

haydentech commented 2 years ago

I solved this by adding user-scalable=yes to the viewport meta tags in my html. If you are not in control of the html for your Jasonelle app content, my understanding is that you can add this programmatically via javascript, but I did not test this option since I didn't need it.