使用inAppBrowser的IOS Cordova UserAgent问题

时间:2017-05-26 19:15:42

标签: android ios cordova inappbrowser

我想在我的Cordova应用中更改UserAgent。为此,我在config.xml中添加了这个首选项:

<preference name="OverrideUserAgent" value="my_preference" />

它在Android上完美运行,但在IOS上使用inAppBrowser插件时,我的userAgent设置发生了变化,我有了这个:

  

“Mozilla / 5.0(iPhone;像Mac OS X一样的CPU iPhone OS 10_3)   AppleWebKit / 603.1.30(KHTML,像Gecko)Mobile / 14E269“

似乎InAppBrowser插件会删除我以前的设置。你知道我怎么能绕过这个并保持我的userAgent设置?或者我如何使用InAppBrowser插件设置UserAgent?

0 个答案:

没有答案