benjaminpreiss / susanne_preiss_website

Susanne Preiss Coach Website
0 stars 0 forks source link

iOS 13 safari iphone 8 cant't scroll for the first 10 seconds #27

Closed benjaminpreiss closed 4 years ago

benjaminpreiss commented 4 years ago

Probably the reason was a missing intersection observer polyfill. Seems to work properly when adding the intersection observer polyfill.

benjaminpreiss commented 4 years ago

No, that wasn't the reason. It is probably some incompatibility between videojs and intersection observer.

Trying to implement the following now:

  1. hide header in beginning of page.
  2. show header after passing the first image
  3. hide header on scrolling down.
benjaminpreiss commented 4 years ago

Okey, so it was not a incompatibility of intersection observer.

It was a overflow: auto problem on the datenschutz div.

See this illustrating the problem.