Questions tagged [samsung-internet]

Samsung Internet (Browser) is a mobile web browser for smartphones and tablets developed by Samsung Electronics.

It is based on the open-source Chromium project and comes pre-installed on Samsung Galaxy devices.

Most of the code differences to the standard Chromium code base were introduced in order to support Samsung-specific hardware, such as Gear VR and biometric sensors.

20 questions
7
votes
3 answers

Samsung Internet forces dark mode

My website is designed in light mode and not supposed to react to any form of dark mode. This works on all websites, except for Samsung Internet. Whenever I open the website on Samsung Internet, it automatically swaps out the white background for a…
4
votes
1 answer

How to detect darkmode on Samsung Internet browser?

If this can be detected - is there a possibility to influence colors by CSS classes or JavaScript? With the dark reader extension, it is also possible to submit adjustments. Hope that it is also possible here, if nothing else could change it.
still
  • 73
  • 1
  • 5
3
votes
2 answers

File Download Prompt not Showing in Samsung Internet Browser App on a Samsung Galaxy Phone

Context and Problem Statement We are currently developing a single-page-application with an API backend. The API provides files to the single-page-application which are generated on-the-fly on request on the server. Some files take very little time…
3
votes
1 answer

Firebase Cloud Messaging not working with Samsung Internet

I'm setting up Firebase Cloud Messaging to do push notifications on the web. It works but only with Chrome (Windows and Android) and Firefox(Android) so far. It's not working on Samsung Internet Browser (the browser that comes pre-installed on…
2
votes
1 answer

How to inspect website running on smart TV browser?

I have a website running on a Samsung TV browser and I would like to inspect its network. Couldn't do it through Tizen Studio because it's not a project I'm working on, it's just a website running on Samsung Internet app. Is there a way to inspect…
2
votes
1 answer

Samsung Internet Browser - 'beforeinstallprompt' event never fired when window.history.replaceState() is used

Below is my code to add a button to let user to "install" my web site to a home screen on mobile. Everything is working well on every device with Chrome, but not with Samsung Internet Browser where 'beforeinstallprompt' is not fired at all…
2
votes
2 answers

Samsung Internet not working with App Links? Are other browsers/devices also incompatible?

In my app when I try to use my app link from Google Chrome it works perfectly, but when I use Samsung Internet I find that the deep links don't work, and the URLs open in the browser instead. Is there a list of compatible/incompatible internet…
1
vote
0 answers

Disable automatic Dark Mode in Samsung Internet

I have a problem where Samsung Internet tries to render my page in Dark mode, even though it already has one. This causes the text to be black on a dark gray background, which is unusable. You can disable that in the settings of Samsung Internet,…
Laurin
  • 105
  • 2
  • 8
1
vote
0 answers

Samsung Internet beforeinstallprompt event.userChoice not working

I was testing the PWA I created using Angular 8 on Samsung Internet but during the testing I found that my custom PWA banner was not being dismissed even after the installation was completed. This is the code I used to handle the PWA…
1
vote
0 answers

getUserMedia disregards size constraints on Samsung browser

I'm trying to set the camera (and
Koby Douek
  • 16,156
  • 19
  • 74
  • 103
1
vote
1 answer

Overflow-x: scroll !important not working on Samsung Internet with translated SVG's

I have a div container horizontally filled up with a set of SVG drawings which are drawn dynamically. Because the width of the container exceeds the window's width an overflow-x: scroll !important is applied. However, even though it works in most of…
JoeBe
  • 1,224
  • 3
  • 13
  • 28
0
votes
0 answers

Samsung internet, opera blocks redirection to Android app

I am implementing authentication using custom tabs in Android. I am using intent:// protocol to launch the app since some Internet browsers doesn't support https:// Other major browsers do seem to redirect but not Samsung internet,…
0
votes
0 answers

Deeplink is not opening in samsung default browser

We are devoloping an ecommerce app using react native, we want to make it possible to open our app from samsung default browser(now the policy of samsung browser is to prohibit deeplinking and links that opens other apps) Can any body help or have a…
Bacem
  • 1
0
votes
0 answers

How to view logs in the Samsung Internet browser

I am developing a web site which makes use of gestures, so I have to test it on my cellphone. The problem is that I don't know how to view logs made with "console.log" in Samsung Internet.
nix86
  • 2,837
  • 11
  • 36
  • 69
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
1
2