https://github.com/syncfusionexamples/angular-deploy-document-editor-in-mobile-friendly-web-page
This repository illustrates how to deploy Document Editor component in a Mobile-Friendly Web page.
https://github.com/syncfusionexamples/angular-deploy-document-editor-in-mobile-friendly-web-page
document-editor mobile-friendly mobile-responsive word-processor
Last synced: 10 months ago
JSON representation
This repository illustrates how to deploy Document Editor component in a Mobile-Friendly Web page.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/angular-deploy-document-editor-in-mobile-friendly-web-page
- Owner: SyncfusionExamples
- Created: 2020-12-28T09:49:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T05:59:57.000Z (over 1 year ago)
- Last Synced: 2024-12-03T06:31:56.284Z (over 1 year ago)
- Topics: document-editor, mobile-friendly, mobile-responsive, word-processor
- Language: TypeScript
- Homepage: https://www.syncfusion.com/javascript-ui-controls/js-word-processor
- Size: 71.3 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Document Editor in Mobile-Friendly Web page
At present, Document editor component is not responsive for mobile, and we haven't ensured the editing functionalities in mobile browsers. Whereas it works properly as a document viewer in mobile browsers.
Hence, it is recommended to switch the Document editor component as read-only in mobile browsers. Also, invoke fitPage method with FitPageWidth parameter in document change event, such as to display one full page by adjusting the zoom factor.
This repository illustrates how to deploy Document Editor component in a Mobile-Friendly Web page.