<Loading a Vue3 page in a WebView in an Android pr...
# stackoverflow
r
Loading a Vue3 page in a WebView in an Android project. Android project launches with a blank rendering screen When I try to display a frontend interface developed with Vue 3 in an Android app using WebView, the Android project launches with a blank rendering screen. The logcat shows the following log information, [INFO:CONSOLE(1)] "Access to script at 'file:///android_asset/vue_dist/assets/index-CMX_iLam.js' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, https, chrome-untrusted.", source:...