我使用main.js文件创建了一个测试项目,该文件创建了一个BrowserWindow,我将在其中加载我的index.html和index.js文件。index.js文件创建了一个webview,其中加载了我的文件,该文件是带有webview.js的webview.html。我在webview.js中调用了require,我可以在DevTools中看到它给出了错误 Uncaught ReferenceError: require is
该应用程序在Chrome上运行良好(仅在禁用web安全的情况下启动chrome ),但当我将其嵌入到Android应用程序(一个简单的webview)的资源/目录中时,远程ajax调用将失败。所以问题是:如何在Android webview应用程序中禁用跨域保护?mbrowser = (WebView) findViewById(R.id.webView1); //get the WebView from the layout XML