Is there any way to detect using Javascript only if I'm dealing with a user that came from ios/android and using our app (Webview)?
From what I collected so far, You can do it with PHP reading headers, or somewhat with detecting user-agents with Javascript, but I can't seem to get it all to work.
I need both android and iOS webviews detected. Any ideas guys?
Thanks!