iOS Safari background scroll issue
Hi, while testing the demo of this library we encountered a bug on iOS safari devices (we were using iOS 9.02 iPhone 5 with Safari). To reproduce a problem open the following url: http://git.blivesta.com/drawer/top/ on iOS safari. Try to scroll drawer content by pulling from bottom of the viewport. You'll notice a scroll indicator appearing on the right as if you are scrolling drawer content, but in reality you are scrolling the main page, which is in background when drawer is open. User shouldn't be able to scroll main page at all when drawer is open.
Here is a screen recording of the bug (notice the scroll indicator appearing on the right, its very subtle, and also notice that we were on top of the page before opening the drawer and then near bottom after closing the drawer):

EDIT: So here's the follow up on this, to successfully reproduce the issue:
- open http://git.blivesta.com/drawer/top/ on iOS safari
- bottom tabbar should be visible on the screen
- open the drawer and it works normally as depicted below
- close the drawer and scroll towards bottom, tabbar will/should disapear from the screen
- open the drawer again and try to scroll from the position depicted below (red rectangle)
Notice the invalid scrollbar appearing on the right (red arrow) showing that the background is being scrolled
Thanks for reporting! I also tried in iOS9.0 and 9.1, but this problem was not found. We are also preparing to update to the Drawer v3. Please try this branch if possible. https://github.com/blivesta/drawer/tree/v3-tmp

Updated to v3.0.0. Please report if there is a bug. Thanks. https://github.com/blivesta/drawer/releases/tag/v3.0.0
Hi, so we've tested this again using this url: http://git.blivesta.com/drawer/top/ and using iOS 9.02 iPhone 5 with Safari and we've managed to reproduce it again.
To reproduce an issue we've prepared a gif, and this is what we did:
- open the http://git.blivesta.com/drawer/top/ on iPhone Safari
- open the drawer
- try to scroll with finger on transparent/bottom area, nothing happens (that's OK)
- close the drawer
- scroll a bit toward bottom on main content
- open the drawer again
- now try to scroll again from transparent area and content scrolls (this should not happen)

I've also analysed your gif a bit, the problem why you didn't reproduce this successfully is because when you've opened the drawer (after scrolling the main content) you are trying to scroll from upper/items area.
Please refer to this image
as it's depicting the area from where you need to try scrolling.