Secure WebView Portal ✅

This is the companion portal for the Android Secure Hybrid WebView Container PoC.

Bridge Status

Checking NativeBridge…

Current URL:

Web ↔ Native Demo

These buttons will call the Android JS Bridge if the app provides it.

Output

(results will appear here)

Navigation / Security Tests

Use these to validate allowlist + external navigation blocking behavior.

Go to Login (internal) Go to Profile (internal)

External link test: should ideally be blocked by your WebView allowlist, or opened in system browser.

Open https://example.com

Custom URL open test (via native)

Native Callback Demo

The Android app can call this JS function: window.onNativeMessage(type, payload)

Try implementing evaluateJavascript() in Android to call it.