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
39
votes
1 answer

What is this unknown Google-originating client that triggers JavaScript errors in our PWA?

We’re running Progressive Web Applications with push notifications enabled for Chrome and Samsung Internet, and encourage our users to add it to their home screen. We scrupulously log and monitor browser exceptions to preserve a high-quality…
7
votes
2 answers

Samsung internet browser ignoring set-cookie on Ajax request

After logging in I am setting some cookies, which works in FF, Chrome, Edge etc. However for some reason, Samsung Internet Browser seems to be ignoring my cookies. I've got cookies enabled, and it is accepting cookies from other sites, but I…
dempzorz
  • 1,019
  • 13
  • 28
4
votes
0 answers

Inconsistent full screen height on Samsung Internet Browser

When developing a full-screen app, I realized that the chromium-based Samsung Internet Browser reports inconsistent viewport height (be it using window.innerHeight or document.documentElement.clientHeight). The inconsistency arises from the first…
Terry
  • 63,248
  • 15
  • 96
  • 118
3
votes
0 answers

Samsung Internet Dark Mode CSS

Is there any possible way to add styles to Samsung Internet Dark Mode? We are trying to modify some colors on our website that Samsung Internet Browser defaults to on Dark Mode. Currently, prefers-color-scheme is not supported on Samsung Internet.…
ahinkle
  • 2,117
  • 3
  • 29
  • 58
3
votes
0 answers

ASP.NET: Enabling commas as cookie separators without resorting to inelegant hacks?

This week, we've started getting error logs from users of the Samsung Browser on tablets and smartphones, where occasionally commas will be used to separate two cookies in the Cookie HTTP header sent to our server instead of the standard semi-colon.…
Yanik Magnan
  • 597
  • 3
  • 8
3
votes
0 answers

Samsung Browser is not loading facebook javascript sdk

I'm doing an app with React and facebook login is working in Chrome, Safari and others, but it isn't on Samsung Browser. I have tried to debug the code putting a breakpoint inside window.fbAsyncInit But that function is never being executed on…
2
votes
0 answers

Multiple invalid GET requests from Samsung phones

while debugging my website, I regularly come across multiple invalid GET requests, it's always Samsung mobile devices. I haven't got a clue how to track down this problem ... See the logs below with the comments. It seems the device gets stuck in…
Bob
  • 311
  • 2
  • 12
2
votes
0 answers

samsung internet browser audio is not playing

I have created a dynamic video webpage, which consists of a < video > and < audio > elements, so I can change the sources of both elements dynamically. If I play the video, the audio is playing synchronously. So far, everything works. But if i using…
2
votes
0 answers

Push Notification on the open web

I'd like to know the current status (2020) of implementation of the web standards (Web Push Protocol + VAPID) across major browsers. Safari is using Apple Push Notification Service and I know that Firefox and recently Chrome implemented it in the…
lellefood
  • 1,885
  • 3
  • 18
  • 40
1
vote
0 answers

Unable to customize Samsung internet browser dark mode \ night mode

My website looks broken on samsung browser dark mode. i tried everything : @media (prefers-color-scheme: dark) {} - wont mattter what style i add here it wont chang anything on samsung browser. also tried this - :root { color-scheme:…
jonathan
  • 11
  • 2
1
vote
0 answers

ar.js examples not working on Samsung Browser

I know that there are a lot of ar.js examples available, but I did not manage to find one that is really working smooth out of the box on my configuration (Samsung Galaxy S8 + default Samsung Internet browser). What I did so far: On the…
Kubus
  • 43
  • 4
1
vote
0 answers

javascript canvas capture screenshot of camera issue in Samsung Browser

Well, I'm having a very weird issue that's only happening on Samsung Browser. On Chrome and other browsers, this works well. When I take a snapshot of a current frame of a video (Currently the mobile camera) on javascript I get the image with…
GeorgeMR
  • 177
  • 1
  • 3
  • 10
1
vote
1 answer

Disable Samsung Browser's Pop-Up Player Feature

I have a website where users can watch videos (I used HTMLVideoElement). In Samsung Browser, when entering full-screen mode, there is a button that allows to float the video, and watch it while scrolling. It is also possible to use Samsung Browser's…
Schor
  • 121
  • 8
1
vote
0 answers

HTML5 video re loading on switch and return to video tab; Samsung Stock Browser Android

I'm experiencing a weird behavior with Samsung Stock Browser for Android with HTML5 Video; (not happening on Chrome Android and Safari IOS) When the HTML5 video plays and the user switches tab, then returns to the said tab with HTML5 video, the…
jason
  • 81
  • 1
  • 6
1
vote
1 answer

HTML5 audio with HLS streaming with DVR timeshift on Samsung Internet

i am trying to make a web based streaming player (http://srv.deutschlandradio.de/themes/streamplayer/index.html) work for Samsung Internet (Samsung's Android stock browser), without success. The stream plays, but I am unable to control it's…
Paul Wellner Bou
  • 532
  • 5
  • 16
1
2