Skip to main content

How to Use Devtools

Login

img img img

Inspect Tool

  1. Use Open inspect tool to add a request header.

img

Write your request (It won't work if the request URL is incorrect).

async onRequest(){
await bn.request({
url: 'https://www.devfdg.net/en/js-sdk-demo-ui/request'
})
},
  1. Add your header.

img

img

How to Debug WebView

Click the Devtool menu and select Open Current Webview Component Devtools. A devtool dialog will then appear.

webview-devtool-menu

Ensure there's a webview component when you select Open Current Webview Component Devtools. If there isn't, nothing will happen.