question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Samsung Internet data missing from JSON output

See original GitHub issue

Hello,

I was looking into using this tool but the resulting browserslist-stats.json data is outputting 0 for all Samsung Internet (SI) versions:

"samsung": {
    "4": 0,
    "5": 0,
    "6.2": 0,
    "7.2": 0
  },

I’m using this tool to generate the JSON from a CSV rather than login directly. It pulls in the caniuse-parser.js. I can see the correct SI data in the CSV, just 0 in the output data. I believe this is because Samsung Internet isn’t being parsed in this file.

Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:19 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
natewoodbridgecommented, May 15, 2019

Thank you @dmfrancisco. It’s working when I use the npx github:browserslist/browserslist-ga command.

2reactions
rtymchykcommented, Apr 21, 2019
Screen Shot 2019-04-21 at 4 02 04 PM

Looks good @dmfrancisco

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to load JSON data in android when INTERNET ...
I have the Android application that requires the internet connectivity to load the JSON data from internet and I want to show the...
Read more >
JSON Parser missing data points - Power Platform Community
The problem is that JSON Parser is not capturing all the data points in the email body, but leaves randomly ~1/4 of them...
Read more >
What to do if your Samsung Galaxy phone has been hacked
Navigate to and open Samsung Internet, and then tap Menu (the three horizontal lines).
Read more >
JSONObject - Android Developers
public static String quote (String data). Encodes data as a JSON string. This applies quotes and any necessary character escaping.
Read more >
How to Parse JSON in Dart/Flutter: The Essential Guide
Parsing JSON is a very common task for apps that need to fetch data from the Internet. And depending on how much JSON...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found