getbitpocket / cordova-dns-plugin

A Plugin for querying IP addresses to domain names
Apache License 2.0
1 stars 1 forks source link

Can support ionic2? #3

Open olaferlandsen opened 7 years ago

olaferlandsen commented 7 years ago

thanks

stefanhuber commented 7 years ago

this should work with ionic2. Are you using typescript? There is no typedefinition available...

Either you declare your own typedefinition or use it something like this: window['cordova']['plugins']['dns']['resolve']('...'), which at least transpiles...

olaferlandsen commented 7 years ago

I'll write the definition for Typescript. As soon as I finish, I'll upload the definition to this repository. Thank you