错误禁止用户代理Ionic 2 [InAppBrowser]

时间:2017-01-09 15:42:16

标签: javascript angular typescript ionic2

我在使用InAppBrowser cordova插件加载网页时遇到问题。见下文:

Error disallowed user agent

打开页面的代码:

let browserRef = new InAppBrowser('http://*****:3000/auth/google/callback', '_blank');

1 个答案:

答案 0 :(得分:0)

不确定它是否适用于Ionic,但由于以下评论,我在Cordova中对其进行了修复: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" />添加到config.xml中,错误应该消失了。