fix(webview): revert to known working test_red.html to confirm reliability

This commit is contained in:
MrPiglr 2026-02-12 13:12:04 -07:00
parent 054231bb75
commit 4b5cac8154

View file

@ -70,6 +70,6 @@ public class MainActivity extends BridgeActivity {
// SWITCH TO REAL APP // SWITCH TO REAL APP
// Using "file:///android_asset/public/" base path which matches the physical structure // Using "file:///android_asset/public/" base path which matches the physical structure
// AND ensuring we load index.html // AND ensuring we load index.html
webView.loadUrl("file:///android_asset/public/test_basic.html"); webView.loadUrl("file:///android_asset/public/test_red.html");
} }
} }