Announcement

Collapse
No announcement yet.

Background colour not showing on iPhone X

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Background colour not showing on iPhone X

    Not uniquely SD but has anyone had issues with sites displaying correctly on iPhone X? Particularly a div not displaying its background colour which displays correctly in all other browsers known to man!

    Thank you
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    #2
    It sounds odd that one device should have different display rules to everything else running IOS safari.

    I'd consider looking at other factors, maybe IOS 12 ? or Accessibility Options?
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      I seem to have fixed it according to the client (I don't have an iPhone X!).
      I used a sledgehammer approach I am afraid.
      All elements were z-indexed appropriately and instead of
      Code:
      background: #FFFFFF;
      used:
      Code:
      background: #FFFFFF;
          background-color: #FFFFFF;
          background-color: rgb(255, 255, 255);
          position: relative;
          z-index: 99!Important;
      Just in case it helps.
      Jonathan Chappell
      Website Designer
      SellerDeck Website Designer
      Actinic to SellerDeck upgrades
      Graphicz Limited - www.graphicz.co.uk

      Comment

      Working...
      X