pieroxy / java-user-agent-detection

Some code to deduce an OS/Platform/Browser out of a user-agent string
53 stars 12 forks source link

Chrome iOS #17

Open pieroxy opened 7 years ago

pieroxy commented 7 years ago

Now that the Browser object and the RenderingEngine object are split, we need to align both detections accordingly.

For example: Chrome on iOS should be the Chrome Browser with the Stock iOS rendering engine in a webview.

All browsers (Dolphin, etc...) should be updated.

mothmonsterman commented 7 years ago

Any way to reliably check for Chrome on iOS before this issue is closed?

mothmonsterman commented 6 years ago

@pieroxy just checking back to see if anything can be done on this one. thanks.