NathanaelA / nativescript-permissions

Wraps up the entire Android 6 permissions system in a easy to use plugin.
MIT License
46 stars 22 forks source link

Issue for ios, Android var is not found #7

Closed Daxito closed 8 years ago

Daxito commented 8 years ago

If I require the plugin at the top of my js file, then it would crash on ios, basically saying that "android" is not found or undefined, line 17

// If this isn't a Android platform we will exit and do nothing.
if (!android) {
    return;
}

But instead it crashes.

Nice plugin!

Thanks

NathanaelA commented 8 years ago

This was actually fixed yesterday afternoon in v1.1.2 ;-)