OnlyOffice compiled with Mobile Edit Back

What do you mean?

The debian package is here

https://github.com/thomisus/server/releases

If you need mobile apps working you have to manually run

sed -i 's/isSupportEditFeature=function(){return!1}/isSupportEditFeature=function(){return 1}/g'  /var/www/onlyoffice/documentserver/web-apps/apps/*/mobile/dist/js/app.js;

In the docker version this is done automatically.

1 Like