question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: iOS shadow transition effect makes left swiper slide inaccessible

See original GitHub issue

Ionic version:

[x] 4.x

Current behavior: When using ion-slides, the shadow transition effect (iOS only, added in #18661) of the slide with index i+1 covers the slide with index i. This is because the transition-effect has a css of left: -100% https://github.com/ionic-team/ionic/blob/9b075ef52968435a37487ae742e2afeed9fb4b12/core/src/components/content/content.scss#L126

Expected behavior: All pages of the swiper should be accessible

Sample Application: https://github.com/hoi4/shadow-transition-test

Ionic info:

Ionic:

   Ionic CLI                     : 5.4.1 (/usr/local/lib/node_modules/ionic)
   Ionic Framework               : @ionic/angular 4.9.1
   @angular-devkit/build-angular : 0.801.3
   @angular-devkit/schematics    : 8.1.3
   @angular/cli                  : 8.1.3
   @ionic/angular-toolkit        : 2.0.0

Utility:

   cordova-res : 0.3.0 (update available: 0.6.0)
   native-run  : 0.2.3 (update available: 0.2.8)

System:

   NodeJS : v10.15.0 (/usr/local/Cellar/node@10/10.15.0/bin/node)
   npm    : 6.11.3
   OS     : macOS Mojave

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
liamdebeasicommented, Sep 27, 2019

You can add -webkit-overflow-scrolling: touch to those divs to get the inertia scrolling. (On iOS 13 this is enabled by default, but on older versions of iOS you need to specify in the CSS)

0reactions
ionitron-bot[bot]commented, Oct 29, 2019

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

bug: iOS shadow transition effect makes left swiper slide ...
Current behavior: When using ion-slides, the shadow transition effect (iOS only, added in #18661) of the slide with index i+1 ...
Read more >
Swiper Changelog
Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.
Read more >
Swiper slider transition bug - Stack Overflow
When the loop start again, the first slide doent make the transition when i swipe to the second slide. I think is related...
Read more >
swiper current slide index - You.com | The search engine you control.
ionic-team/ionic-frameworkbug: iOS shadow transition effect makes left swiper slide inaccessible#19466. Created about 3 years ago. 10. Ionic version:.
Read more >
Safari Technology Preview Release Notes - Apple Developer
Fixed :focus pseudo-class failing to repaint on a shadow host when the focus moves from outside the page to inside a shadow tree...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found