ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
610 stars 274 forks source link

JavaScript error calling disableScroll on Windows #139

Closed alexangas closed 9 years ago

alexangas commented 9 years ago

When calling disableScroll(true) under Windows, a JavaScript error occurs at line 22, column 5:

Unable to get property '0' of undefined or null reference

This is because the function signature contains incorrect parameters.