Search code examples
cordovaphonegap-pluginscordova-pluginsinappbrowser

What is the name of the browser in InAppBrowser?


We're using Phonegap InAppBrowser to point to our website. On our website we are checking that users are only using a select group of browsers and show a warning if the user isn't using one of them. We'd like to add inappbrowser to the group of acceptable browsers but what is it's actual name? 'inappbrowser' does not seem to work.


Solution

  • The user agent should be the same as the system web view, but you can confirm by hitting a page that echoes the HTTP_USER_AGENT cgi variable. A good example of this is whatsmyuseragent.com.