enflow / bootstrap-modal-ios-polyfill

A (hacky) JavaScript polyfill to enable smooth scrolling on iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap modal iOS polyfill

A (hacky) JavaScript polyfill to enable smooth scrolling on iOS without the background scrolling with it.

Installation

  • npm install --save bootstrap-modal-ios-polyfill
  • Load the bootstrap-modal-ios-polyfill.js file
  • Require it: require('bootstrap-modal-ios-polyfill')
  • Your done!

Disclaimer

Yes, we know, this is really hacky, but works for our use-cases. Any improvements are welcome! 😁

Example

https://htmlpreview.github.io/?https://github.com/enflow-nl/bootstrap-modal-ios-polyfill/blob/master/example.html

About

A (hacky) JavaScript polyfill to enable smooth scrolling on iOS

License:MIT License


Languages

Language:HTML 97.7%Language:PHP 2.3%