I was testing one of my projects with this plugin in a IOS and the listeners are not working..
Contributor guide
Tech stack
javascript
Domain
frontend
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.
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.
mostly clear
Prerequisites
basic knowledge of JavaScriptunderstanding of viewport eventsaccess to iOS Safari emulator or device
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
Investigate iOS 6 Safari compatibility by researching known issues with event listeners in that browser version. Check if the library uses features like IntersectionObserver or scroll events that may not be supported. Look into the repository's issue comments and any related PRs for clues. Test in an iOS 6 emulator if possible, and document findings.
check IOS 6 Safari compatibility · silvestreh/onScreen#49 | Good First Issue