Edit: New Update Only Office works with Mobile Editing (manual changes)

Hi All,

I tried the new OnlyOffice 7.3.0 and Mobile Editing ist not working anymore.
I got it working with a hack in the code itself so this would be intended behaviour.

For everyone who did that too I would not recommand an update.
As of now I am unsure if the hack can still be applied.
I will update this post as soon as I have new information.

Hi @florom, the hack has changed slightly:
( iā€™m on manual installation, not the app of nextcloud)
search for:

isSupportEditFeature=function(){return!1}

and replace it with:
isSupportEditFeature=function(){return 1}

do this inside the 3 files
sudo nano /var/www/onlyoffice/documentserver/web-apps/apps/spreadsheeteditor/mobile/dist/js/app.js

sudo nano /var/www/onlyoffice/documentserver/web-apps/apps/documenteditor/mobile/dist/js/app.js

sudo nano /var/www/onlyoffice/documentserver/web-apps/apps/presentationeditor/mobile/dist/js/app.js

and restart nginx.

the only problem I have is that there are some edition menus missing ā€¦

Hi @Mageunic ,

thanks for the reply.
It seems it worked without changes.

I cannot say why I had problems the first time but after looking into the hack and realized that nothing had to be changed it worked without doing anything.

On my second nextcloud I just waited for a couple of hours until checking if it works and it worked so I changed the title accourdingly cause I do not want to mislead others.

1 Like

Hi all,

this still works with Community Document Server 0.1.13.