I just bought the onlyoffice home server license in order to allow me to use the mobile edit feature. My docker server is Ubuntu 22.04.1 LTS. My home setup is quite straight foward. I used the official ONLYOFFICE/docker-onlyoffice-owncloud docker, with onlyoffice-documentserver-ee package and installed the license as suggested.
plus the Proxy HTTPS to HTTP setup(Nginx) using the sample config. letencrypt SSL cert.
helpcenter.onlyoffice.com/installation/docs-community-proxy.aspx
Under owncloud, first time creating/loading the word document from android device or ipad, I got the warning pop-up
“Using Free community version, you can open documents for viewing only.”
Hence I could not load the on-screen keyboard for editing. I don’t get same pop-up afterward. But I am still unable to access the on-screen keyboard.
I am confident the docserver license is installed properly as I could edit the presentation or spreasheet file without any problem from mobile. Strangely enough, I could edit word file only when using https //nginx-internal-ip
Besides, for experiment, I re-install everything using the same setup using nextcloud solution from
ONLYOFFICE/docker-onlyoffice-nextcloud
However I encounter exactly the same issue. I would wonder if this is a known bug for word file edit under https public-address. I dont see to find anyone encountering same issue as me. If anyone can shed some light, it will be greatly appreciated. Thank you.