Notes
In this tutorial we will show you how to test and debug your app using Google Chrome. We will use the demo project/database for demonstration.
After DB AppMaker generating the scripts, the Ionic CLI will try to compile the app, this may take several minutes, be patient, wait until the generation is completed.
The app should be running on your mobile device.
On your desktop Chrome browser, navigate to chrome://inspect. Confirm that Discover USB devices is checked:
On your device, an alert prompts you to allow USB debugging from your computer. Tap OK.
The message USB debugging connected displays in the device’s notification drawer.
Now you are ready to debug your site in a browser tab. On your computer, the chrome://inspect page displays every connected device, along with its open tabs. To start debugging, click inspect below the browser tab you want to debug.
A new instance of Chrome DevTools launches on your computer. From this instance, you can interact with the selected browser tab on your device in real time.
For example, you can use DevTools to inspect web page elements on your device:
To test the various features of DB AppMaker, you can make changes to the demo project, re-generate scripts and repeat step 2-4 described above.