Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Styling error in default browsers of Samsung and Apple, Chrome works fine

The mobile page of http://www.ergotopia.de/ergonomie-shop/ergonomische-kissen/orthopaedisches-sitzkissen should look like the right (how it is in inspection of chrome) but on smartphone default browser it looks like left. On Smartphone Chrome browser it looks normal as well, but most people use default browsers unfortunately.

enter image description here

I tried to effect the weird looking class "product-info" with following, but without any change. Do you know whats wrong here?

.product-info { 
    clear:both;
    float:left;
    display:block;
}

Or is there any opportunity to try in inspection mode on mobile?

like image 336
Krystian Avatar asked Aug 08 '17 00:08

Krystian


People also ask

Is Samsung Internet browser the same as Chrome?

Google Chrome is available to download on iOS, Android, and desktop but Samsung Internet is limited to Android. The latter comes pre-installed on all Samsung mobile devices and is set as the default browser from the get-go.

Why does my default browser keeps changing?

Broken or corrupt Chrome or Firefox settings can also prevent it from remaining as the default Windows browser. Try reverting the browser to factory defaults and check if that helps. But before you do that, make sure to sync your browsing data to your Google Account or Firefox Account.


1 Answers

I found a possible way to remotely debug Samsung Internet via Chrome chrome://inspectwith this manual: https://samsunginter.net/docs/remote-debugging

Out of some reason I cannot get it work. I followed the manual but there is no such link like highlighted here: enter image description here

Is it working on your desktop?

I couldnt find a solution to inspect Samsung Internet Browser, but I was able to fix the weird looking problem with giving the boxes a min-width:100% Dont really know why this is now working, but it does

like image 130
Krystian Avatar answered Oct 12 '22 11:10

Krystian