diff --git a/android/app/src/main/assets/public/index_nomodule.html b/android/app/src/main/assets/public/index_nomodule.html new file mode 100644 index 0000000..52b2fc0 --- /dev/null +++ b/android/app/src/main/assets/public/index_nomodule.html @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + AeThex OS - Operating System for the Metaverse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/android/app/src/main/java/com/aethex/os/MainActivity.java b/android/app/src/main/java/com/aethex/os/MainActivity.java index dd07a1f..09fd0fc 100644 --- a/android/app/src/main/java/com/aethex/os/MainActivity.java +++ b/android/app/src/main/java/com/aethex/os/MainActivity.java @@ -70,6 +70,6 @@ public class MainActivity extends BridgeActivity { // SWITCH TO REAL APP // Using "file:///android_asset/public/" base path which matches the physical structure // AND ensuring we load index.html - webView.loadUrl("file:///android_asset/public/index.html"); + webView.loadUrl("file:///android_asset/public/index_nomodule.html"); } }