Android version: 10
Device model: Samsung Note 9
Stock or customized system: Stock
Nextcloud app version: 3.10.1
Nextcloud server version: 18.0.1
@juliushaertl this seems to happen more often with a freshly started app, or if one zooms while loading.
After loading, or after clicking in the text area, zoom is working fine.
Hm, not sure but the OnlyOffice app probably needs to disable zooming in a viewport meta tag as done in text https://github.com/nextcloud/text/blob/252296e15e583d0ec8dca957d5532bbb87d61579/src/views/DirectEditing.vue#L108
@juliushaertl can you point me out where to change this for testing? ❤️
Adding that line to https://github.com/ONLYOFFICE/onlyoffice-nextcloud/blob/master/js/directeditor.js#L28 could work :wink:
The link refers only to an empty line? 🙈
Yes, just add it to the beginning of the file ;)
So a very quick some test seems to work…
I created an PR in their repo.
Please open up an issue there, if it still happens after a release.