-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Labels
Description
The Onlyoffice integration should also cjange to mobile view on smaller devices. The web client detects mobile, if the screen is smaller then 640px but the requested onlyoffice url from ocis shows always the desktop view.
This makes the onlyoffice integration useless on mobile devies.
Steps to reproduce
- Setup ocis_full from examples with onlyoffice configured
- Open the webpage on a smartphone or in dev tools with smartphone view
- Onlyoffice editor shows up in desktop mode
Expected behavior
If the css width is smaller then 640px, the mobile editor of onlyoffice should be displayed
Actual behavior
Always the desktop editor is displayed
Setup
I used the ocis_full docker compose setup from examples
Reactions are currently unavailable