Native WebView Inspector + Caller
Checking for window.native…
Tip: Click “Call” to alert a method’s return value.
| Property |
Kind |
Type |
Meta |
Declared on |
Actions |
Notes & caveats
- If a method returns
undefined but actually communicates via a callback/message, the alert will show “undefined”. That’s expected for some bridges.
- Promise-like returns are awaited, then alerted.
- Accessor properties get a “Read value” button that alerts their current value.
- Arguments input accepts JSON arrays (e.g.
["abc",123,true]) or comma-separated values (e.g. "abc", 123, true).