Skip to main content

Mobile integration

ONLYOFFICE Docs can run inside a native mobile application. The approach is to load the document editor in a WebView component (WebView on Android, WKWebView on iOS) — the same editor that runs in a desktop browser, but with the type parameter set to "mobile" so the UI is optimized for touch screens:

const config = {
type: "mobile",
// ...the rest of the editor config
};

Users can view and edit text documents, spreadsheets, presentations, and PDFs directly on their devices. The integration architecture is the same as described on the How it works page — the WebView simply acts as the browser that hosts the document editor, while the document manager and document storage service remain your responsibility, as in any integration.

note

Mobile web editors are available only in commercial builds of ONLYOFFICE Docs: Enterprise and Developer.

For platform-specific setup instructions, see: