Questions tagged [samsung-browser]

Samsung Internet Browser (sometimes shortened to "Samsung Internet") is a Chromium based mobile web browser which comes pre-installed with Samsung Galaxy devices.

23 questions
1
vote
1 answer

GearVR WebVR Samsung Browser - viewing JS console output

I'm trying to view the JavaScript console output of a WebVR scene, that's being loaded in the Samsung GearVR browser. If it was in the Chrome browser I could use some form of remote debugging, but with the Samsung browser that wouldn't work. I…
deepblue
  • 8,426
  • 13
  • 48
  • 60
0
votes
1 answer

Is a way to see the errors of a site on android mobile without installing any app?

I use github to code html sites and to host it but I do not find a way to see the errors of my site on mobile. Is a way to see the errors of a site on chrome or samsung browser on android mobile or does anyone know a site where you can see the…
cat
  • 54
  • 6
0
votes
0 answers

Unreasonable pointer events on Samsung tablet with keyboard attached

I created a React game and it works great, but I found a lot of problems on Samsung tablet with Samsung web browser and keyboard attached. My game is designed to work on both touch screens and with mouse. When I'm using this Samsung setup and I…
Robo Robok
  • 21,132
  • 17
  • 68
  • 126
0
votes
0 answers

Deeplinking not working on Samsung Internet default browser

When the Samsung internet browser feature "Open links in other apps" is disabled then the browser does not return the correct deep link URL it should return links.xxxx.com which contains a success code instead it returns xxxx.com just with no…
Talha
  • 51
  • 9
0
votes
1 answer

mp4 html5 video on Samsung Tizen Smart TV web browser not working

This is the situation: Not working, won't load video on Samsung browser (Smart TV Q80T model of 2020) BUT, if you rename the file to .sd.mp4 it works:
0
votes
2 answers

How to disable or hide the scroll to top button programmatically with HTML/CSS/JS? (Samsung Internet Browser)

I have an online store and in the mobile version, on the product page, the "Add to Cart" button is at the bottom of the page. The problem is that only in the Samsung Internet browser, a "Scroll to Top" button is placed on the "Add to Cart" button…
alisol
  • 11
  • 6
0
votes
0 answers

Should Service Workers update on push or sync according to W3C spec?

In the article “Fresher service workers, by default”, Jeff Posnick mentions: Every time […] a service worker is "woken up" via a push or sync event, the browser will, in parallel, request […] updates to the service worker script. Is it actually…
-1
votes
1 answer

test automation using samsung internet browser using appium

Used Below configuration to launch Samsung Internet browser.... DesiredCapabilities capabilities = DesiredCapabilities.android(); capabilities.setCapability("appPackage","com.sec.android.app.sbrowser"); …
1
2