I am using iframe in Modal. Unfortunately scrolling not working on iphone. Can you please help me?
Contributor guide
Tech stack
javascriptcss
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.
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.
mostly clear
Prerequisites
iOS Safari iframe behaviorCSS overflow properties
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
The issue involves scrolling within an iframe on iOS. Check the iziModal source (likely iziModal.js) for how scroll events are handled and if any touch event prevention exists. Refer to known iOS Safari iframe scroll issues (e.g., webkit overflow scrolling). Test on a physical iPhone or simulator, and consider adding a CSS rule like 'overflow: auto; webkit overflow scrolling: touch;' to the iframe container.