Debugging

Since the widget runs within a WebView in the mobile app, you can use the Chrome inspector on Android or Safari Web Inspector on iOS to debug. This allows you to view the console and inspect the HTML of the widget.

Android Debugging

Mobile

  1. Plug in your mobile device.

  2. Ensure USB debugging is enabled: SettingsSystemDeveloper options → enable USB debugging.

PC

  1. Open Chrome and navigate to chrome://inspect/#devices (or on Edge, use edge://inspect/#devices).

  2. Under Remote Target, look for "WebView in app.homey."

  3. Click Inspect.

iOS Debugging

Mobile

  1. Plug in your mobile device.

  2. Ensure USB debugging is enabled: SettingsSystemAbout PhoneDeveloper options → enable USB debugging.

PC

  1. Open Safari Settings, go to the Advanced tab, and enable the checkbox "Show Develop menu in menu bar."

  2. In Safari , go to Develop[device name][app name][url - title].

Last updated