-
Notifications
You must be signed in to change notification settings - Fork 241
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
Maple (Samsung Smart TV) browser not detected #235
Comments
Taking this Example UA:
I get the following results:
I can't see the word I was thinking and have a suggestion. Any UA that contains the word
Then create the results:
Which I took from the UA of |
About:
That is what the word Maple currently does.
Samsung Internet is the name for the browser of the Tizen based Smart TV's from Samsung. The "Maple" browser did not have a name, so calling it Samsung Internet would not be correct. It might even lead to problems, because version number implies capabilities. And "Samsung Internet 6" on a 2011 Smart TV is way less capable than "Samsung Internet 1.5" on a Galaxy S5 from 2014. The problem with that is there is no browser called Maple. It is just an internal codename for the rendering engine that underlies both the browser and app development platform. The UA string above is from the 2011/2012 era. The consumer facing name for the browser was "Web Browser". And any app that was created using the Samsung Smart TV SDK 3.0 was using a UA string with the name "Maple 6.0". So at most we could treat Maple as a platform and populate the "using" property in our result set. Similar to how we handle Adobe AIR or Electron at the moment. |
~I'm closing issue that I have created a pr for - just to keep things tidy as I've opened around 300 issues. |
Maple browser is a proprietary browser from Samsung. Maple stands for MArkup engine PLatform for Embedded Systems.
Link: https://www.samsung.com/
Regex:
Added a
\s
at the beginning to avoid conflicts as short name.Example UA's:
Link to: #212 discussion.
The text was updated successfully, but these errors were encountered: