-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for UIWebView for in-app Browsers #121
Comments
@avcohen thanks for reporting the issue. Any chance you can capture the user agents in that UIWebView so I can investigate further? Unfortunately I have limited access to iOS devices. |
No problem at all. Here's the output from
To note I used this tool to get in there and inspect this. |
@avcohen Thanks mate - out of interest what do you think the version number should be on this detection? It looks like Additionally, with a bit of reading it looks like |
Actually... doing some testing with this locally now, I can see that the UA string provided above already satisfies the current uiwebview regex and thus this is the result returned from detection:
(obviously I decided the I think what is happening is that both Facebook and Snapchat have updated their apps to use the |
Also remembering that an app can set a custom useragent also, so... may need a more detailed investigation. |
Currently calling
browser()
returns null in this environment.Issue was found on iOS when navigating to a UIWebView via in-app browsers (Facebook & Snapchat).
The text was updated successfully, but these errors were encountered: