Fixes #2715 - Adding Microsoft Edge UA string support to Browser.#2716
Merged
Merged
Conversation
…ser. The UA string looks like: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0 Also fixes platform recognition, where the wrong variable was matched, so it did not recognize windows/linux/mac, but identified it as 'other'.
d73500d to
d8b4369
Compare
SergioCrisostomo
added a commit
that referenced
this pull request
May 5, 2015
Fixes #2715 - Adding Microsoft Edge UA string support to Browser.
|
Hi there, Is there a new tag including this merged PR coming up ? |
Member
|
@dreadcast yes, it will be |
|
Great ! |
Member
|
@dreadcast 1.5.2 is out now. |
|
(y) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2715
The UA string looks like:
Also fixes platform recognition, where the wrong variable was matched,
so it did not recognize windows/linux/mac, but identified it as 'other'.