0

I'm having some weird rendering issues when using safari on ios for my web application. The strange thing is, that it mostly works as intended, but these bugs appear sometimes and there is no obvious pattern when this happens.

Correct Examples:

correct 1 correct 2

Buggy Examples:

buggy 1 buggy 2

Does someone have any slight idea, why this could happen, or could potentially cause this?

Berni
  • 178
  • 2
  • 10

1 Answers1

0

I got it working by using this hack on some of the elements:

-webkit-transform: translate3d(0,0,0)

See here: https://stackoverflow.com/a/10170170/8494034

Berni
  • 178
  • 2
  • 10