>我在使用 InAppBrowser cordova 插件加载网页时出现问题。见下文 :
Error disallowed user agent
打开页面的代码:
let browserRef = new InAppBrowser('http://*****:3000/auth/google/callback', '_blank');
不确定它是否适用于 Ionic,但由于以下评论,我在科尔多瓦中修复了它:https://forum.ionicframework.com/t/unable-to-sign-in-to-google-account-using-in-app-browsers-or-web-views-with-keycloak/89782/3
您可以将<preference name="OverrideUserAgent" value="Mozilla/5.0 Google" />
添加到配置中.xml错误应该消失了。