3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)CSS2,107 stars (2,107 stars)519 forks (519 forks)batch import
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- javascript
- Domain
- frontendmobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- basic touch eventsBaidu map API
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate how zepto.fullpage handles touch events and scroll prevention. Look into Baidu map's touch event propagation. The solution likely involves stopping propagation of touch events from the map container to prevent fullpage navigation. Check the existing code in zepto.fullpage for touch event listeners and see if there is a way to exclude certain elements.