Determine Network Availability In An Ionic 2 Mobile App

preview_player
Показать описание
Check the device network status in an Ionic 2 Android and iOS application using the Apache Cordova Network Information plugin.

Please don't forget to subscribe to my YouTube channel and written blog.
Рекомендации по теме
Комментарии
Автор

Your videos are awesome. Great depth of coverage, good audio, video and most importantly, knowledge. You should be selling these on Pluralsight (just say'n).

fitzventure
Автор

For those Typescript users, the typing for some plugins doesn't exist yet, so need to trick Typescript by using "declare var navigator: any;
declare var Connection: any;" before the constructor...

dmzone
Автор

Create a CRUD with sqlite and ionic2.

PS: Increase font for better viewing.

thiagoporto
Автор

+Nic Raboy Hey Nic, good job with Ionic 2 tutorial serie. I'm starting a new project, should I use Ionic 1 or Ionic 2? Tell me your opinion :) Thanks

Ratoestiloso
Автор

Excuse my critic but isn't the app folder outside of the www folder in the most recent version of Ionic 2? also Popup has been replaced and is a breaking change, now it's Alert, i know it's about Network but you could point it out in the description.

CarlosEstebanLopezJaramillo
Автор

Would be nice if you can provide basic tutorial on ionic 2 animation

hazlanmshabli
Автор

man when i write navigator.connection it says : Property 'connection' does not exist on type 'Navigator'
Do you know what is going on?
i re installed the network information cordova plugin but nothing happens
thanks

alejanserna
Автор

Hi Nic,
"navigator.connection.type" is giving me a problem in ionic beta 3. is there anything special you need to do to get the cordova plugin to work now? Thanks

RyanLogsdon
Автор

thanku for this tutorial.. could you plz make a video of integrated twitter fabric digits for phone verification in ionic app? it's a request to you plz

sheetalsharma
Автор

+NIC Raboy hey can you make a video tutorial on ionic webrtc with own server by node js for audio conference, video conference, file transfer app

akhanda-
Автор

Good video, but this is deprecated now

Thecreativostudio