How to identify if the page has open in webview or in browser php?
Answers
Answered by
0
You can then use PHP to check if your in-app webview is being used or not:
if (strpos($_SERVER['HTTP_USER_AGENT'], 'YourApp/') !== false)
I think Android does something similar as well.
Similar questions
Math,
7 months ago
Computer Science,
7 months ago
Chemistry,
1 year ago
English,
1 year ago
History,
1 year ago