Navigating using horizontal swiping in address bar does not work in landscape orientation.
Contributor guide
Tech stack
iosobjective c
Domain
mobile
Issue type
bug
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.
half day
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.
clear
Prerequisites
iOS development basicsunderstanding of orientation events
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
Investigate the address bar swipe gesture recognizer. Check if it responds to orientation changes via viewWillTransition(to:with:). Look for layout updates that might affect swipe hit area. Review any existing orientation handling code.