Jasonette / Jasonette/JASONETTE-Android
Better touch handling for web container within a scroll view
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 266
- PR merge metrics
- No merged PRs in 30d
Description
Maybe it's possible to do something like https://github.com/Jasonette/JASONETTE-Android/blob/develop/app/src/main/java/com/jasonette/seed/Component/JasonMapComponent.java#L177 to hijack touch events in case the web view is handling it via $default action, so that the list view doesn't scroll at all while swiping within the container
Contributor guide
Research direction
Start with the referenced JasonMapComponent.java touch-handling code, then trace the web container and its surrounding list view in this Android project. Check how the web view handles the $default action and reproduce a swipe within the container. Done means the list view does not scroll while that swipe is handled by the web container.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100