Quick Viewer
Last updated
Last updated
With this feature, you can preview the design of your project on the device just by accessing Monaca from the mobile device.
You cannot check device functions such as cameras and device motions. If you want to check the functions, please use a custom debugger or debug build.
Two login methods are available to access this feature.
QR code login
Browser Login from a real device
After logging in, you can preview the project being developed in Monaca Cloud IDE on the real device.
Open the dashboard of Monaca Cloud IDE, and click on the Quick Viewer in the header menu.
You can log in by scanning the QR code displayed on your mobile device.
Access the Monaca Login URL from your mobile device's browser.
After login, tap the project to view the preview.
This feature provides the following functions in addition to previewing the project:
When a project is opened and files are edited and saved in Monaca Cloud IDE, it will be synchronized in real time.
When console log (console.log()) is called on the quick viewer, the log information will be displayed in the log panel of Monaca Cloud IDE.