WebView Bridge Probe

This page checks for well-known OKX WebView JS bridges like window.native as early as possible and over time.

Results

How to use

  1. Load this file inside the target WebView (e.g., as a DApp URL or via navigation).
  2. Watch the list update. If native appears briefly then disappears, you’ve likely hit the on-attach race.
  3. Open DevTools console (if available) to see full JSON dumps per sample.

Tip: To stress-test the race, make this the first page the WebView loads, or navigate with minimal redirects.