-
Notifications
You must be signed in to change notification settings - Fork 39
how to use this in Angular Ionic application #5
Comments
I also want to know. I tried doing it like this
But it only shows one plugin (keyboard). |
Hi, I was able to use this in my Ionic application by referencing chrome.sockets.udp.. Don't use 'window.cordova.plugins' . |
I've added this plugin with ionic plugin add, then I need to load any js or is automatic? Because if I try to run a sample app, I always get that chrome is not defined... What's wrong? |
Are you checking that chrome is defined in the $ionicPlatform.ready callback? It should be in your module.run function. |
Hi digitialcatnip, |
Nice... Waiting for deviceready before using the plugin works for me! |
@nutella Can you please paste your code here for reference? |
You can look at: |
NICE! :) Thanks!!! |
How to integrate this into Angular or Ionic application?
The text was updated successfully, but these errors were encountered: