Android 'Inappbrowser does not support cordova api calls' 错误

Android 'Inappbrowser does not support cordova api calls' error

我的 cordova 应用程序出错

Inappbrowser does not support cordova api calls

这个错误是什么意思?

如消息所述,InappBrowser 无法调用底层 Cordova API。你到底想在你的情况下做什么?

InAppBrowser 文档说明如下。

The InAppBrowser window behaves like a standard web browser, and can't access Cordova APIs. For this reason, the InAppBrowser is recommended if you need to load third-party (untrusted) content, instead of loading that into the main Cordova webview. The InAppBrowser is not subject to the whitelist, nor is opening links in the system browser.

这是文档link InAppBrowser Documentation