Unable to swipe between slides
See original GitHub issueAppIntro Version: 4.1.0
Device/Android Version: every device I have tried (e.g. Samsung Galaxy S5mini, LG H440N, any in emulator)
Issue details / Repro steps / Use case background:
In intro with permissions it is necessary to use e.g.
android.Manifest.permission.ACCESS_FINE_LOCATION
instead of
Manifest.permission.ACCESS_FINE_LOCATION
But adding android
causes that I can’t swipe between slides. When android
is removed, i can swipe but than it can’t resolve symbol ACCESS_FINE_LOCATION.
This bad behavior is also in example project AppIntroExample on Google Play.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:34 (15 by maintainers)
Top Results From Across the Web
Can't move slide over from screen | Apple Developer Forums
Swipe up on it from the bottom like you would close an app. Once you do that it will show you all the...
Read more >iPhone Swipe Up Not Working (Solved!) - The Gadget Buyer
You don't expect your iPhone to stop swiping in a certain direction, but then it happens. You can no longer swipe up.
Read more >Fix Unable to Swipe Up to Open Apps Screen after Android 10 ...
See how you can fix issue with unable to swipe up to open apps screen after Android 10 update on Galaxy S10 /...
Read more >How to disable swiping between slides on PowerPoint app for ...
The option to disable swipe feature is built in to your PowerPoint application and there is no way to control the said setting....
Read more >Apple Watch swipe up not working? 6 Ways to fix it! - iGeeksBlog
There are multiple reasons why you can't swipe up on Apple Watch, ... It could be a software bug preventing the watchOS from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(Video: https://gfycat.com/GlisteningIllElephantbeetle)
Hey @voghDev! It’s not too late. I didn’t had much time to update AppIntro recently.
Let’s see if we can fix this at library level. I don’t think the user should be the one responsible to make that setSwipeLock call.
P.S. Also kudos for using Kotlin! 😉