Skip to main content

How to use devtools

Login#

img img img

Inspect tool#

  1. use Open inspect tool to add request header

img

write your request (If the request url is error, It doesn't worked)

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 Devtool menu and select Open Current Webview Component Devtools, then a devtool dialog will show up.

webview-devtool-menu

Make sure there is a webview component when you select Open Current Webview Component Devtools. Otherwise, nothing will happen.