-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diagnostics not working correctly in ionic-native #365
Comments
This happens because isCameraEnabled() should have been isCameraAvailable(). Same for isBluetoothEnabled(), isLocationEnabled(), and isWifiEnabled(). All are fixed in this PR: #373 |
Should be fixed in next release. The plugin has both |
Query - is there one core version # for Ionic Native? Also - rough eta on when this will go live? On Sun, Jul 31, 2016 at 1:43 PM, Ibrahim Hadeed [email protected]
Raymond Camden, Developer Advocate for StrongLoop at IBM Email : [email protected] |
Hey Raymond Yes there's one version On Aug 1, 2016 9:14 AM, "Raymond Camden" [email protected] wrote:
|
Cool. And I was kinda dumb - you can use regular npm commands to find local On Mon, Aug 1, 2016 at 9:44 AM, Ibrahim Hadeed [email protected]
Raymond Camden, Developer Advocate for StrongLoop at IBM Email : [email protected] |
This could certainly be my fault, but when I try to use Diagnostics, I get an error. I do have the plugin installed. Here is my code:
and when run, I get this in the console:
message: "undefined is not an object (evaluating 'util_1.get(window, pluginObj.pluginRef)[methodName].apply')"
The text was updated successfully, but these errors were encountered: