0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML207 stars (207 stars)65 forks (65 forks)batch import
enhancementhelp wanted
Description
Use edge swipe gestures to navigate back and forth between pages.
Contributor guide
- Tech stack
- swift
- Domain
- mobile
- 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.
- needs investigation
- Prerequisites
- iOS development experienceGesture recognizer knowledgeUnderstanding of Bowser's navigation
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests adding edge swipe gestures for forward/back navigation. Investigate the current navigation implementation in Bowser. Look for existing gesture handling in the main view controller or web view wrapper. Check if there is a UINavigationController or custom container view controller. Consider using UIScreenEdgePanGestureRecognizer. Refer to iOS documentation for swipe gesture implementation. Note that the repository is old and may use older iOS APIs.