Modaal
Modaal copied to clipboard
Mobile close compatability
A few things that could be improved on for mobile compatibility:
- White close button is hidden when you scroll the modal on a small screen.
- Back button on Android could/should close modal.
The first could be solved with mediaquery style change.
The second would require some form of location.hash change when the modal is open. That way the back button would remove it, and you could catch that change and close the modal.
Hi @bklik, thanks for the feedback, these sound like good ideas.