Commit ef665c02 by Frédéric

Update InAppBrowser.java

parent 142a4f1c
......@@ -790,7 +790,7 @@ public class InAppBrowser extends CordovaPlugin {
settings.setUserAgentString(overrideUserAgent);
}
if (appendUserAgent != null) {
settings.setUserAgentString(settings.getUserAgentString() + appendUserAgent);
settings.setUserAgentString(appendUserAgent);
}
//Toggle whether this is enabled or not!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment