1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)CSS2,107 stars (2,107 stars)519 forks (519 forks)batch import
help wanted
Description
想兼容PC
Contributor guide
- Tech stack
- javascriptcss
- Domain
- frontend
- 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.
- blocked
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Zepto or jQuery knowledgeFamiliarity with zepto.fullpage plugin
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Examine the plugin's main JavaScript file (likely fullpage.js) to understand current event handling. Look for touch event bindings and check if there is any existing PC compatibility code or config option. The issue comments (1 comment) may contain hints from the maintainer or assignee. Focus on adding 'click' event listeners in addition to touch events, and ensure no conflicts with mobile behavior. The goal is to enable mouse clicks for desktop users while preserving touch functionality.