Article sections

    I would suggest using the „Custom UserAgent“ feature of WebViewGold. Just rename it like „MyMobileAppClient“ and detect the custom User-Agent via PHP on your server to deliver that extra code in terms of styling/functionality: https://stackoverflow.com/questions/6127494/check-string-and-user-agent

    You can also use the “Custom CSS” feature of WebViewGold to execute additional CSS code if the page was loaded via WebViewGold. More about this can be found in the documentation (iOS/Android) of WebViewGold.

    in WebViewGold for AndroidWebViewGold for iOS