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
Plug in your mobile device.
Ensure USB debugging is enabled: Settings → System → Developer options → enable USB debugging.
PC
Open Chrome and navigate to
chrome://inspect/#devices
(or on Edge, useedge://inspect/#devices
).Under Remote Target, look for "WebView in app.homey."
Click Inspect.
iOS Debugging
Mobile
Plug in your mobile device.
Ensure USB debugging is enabled: Settings → System → About Phone → Developer options → enable USB debugging.
PC
Open Safari Settings, go to the Advanced tab, and enable the checkbox "Show Develop menu in menu bar."
In Safari , go to Develop → [device name] → [app name] → [url - title].
Last updated