There is an app on Google Play which is embedding my website in a webview. The app does nothing else, and includes a 3rd party monetization feature.
I want to detect when users are accessing my site via the app, so that I can show a message.
I haven't however been able to find a way to distinguish between the Android mobile browser and the app, as the user agents are the same.
Is there any known method to detect a webview?
Thanks.