Debug Zoom web apps on Android

Hello,

in order to debug our web app on Android, that is using official @zoom/appssdk package, we’d like to hook into the rendered WebView and perform validation tests whether everything works.

Currently, when setupping remote debugging of WebView, that is running on an Android phone, the Chrome DevTools won’t pick-up our web app , that is currently displayed in the mobile Zoom app. From the docs that I’ve found, it seems that this support must be enabled explicitely in the app’s source code (source: https://developer.chrome.com/docs/devtools/remote-debugging/webviews).

We’d like to have support similar to debugging for iOS, that is officially supported by Zoom (https://developers.zoom.us/docs/zoom-apps/guides/zoom-apps-ios-debug/).