How to Check Network Connection on Every Page
@yashwanth493 thanks for your precious time, will you please brief, i am new in Ionic. Thanks a lot
View ArticleHow to Check Network Connection on Every Page
yashwanth493: if (this.network.type == “none”) in this… when u get network type is none… here none means offline the call checkNetwork() this method…
View ArticleCustom Directive now working on second page
Hello, was wondering if anyone can help me out, I’m a little new to angular and ionic 3 so forgive me. I’ve built a custom directive following Josh Morony’s parallax directive tutorial. On ionic 3 I’m...
View ArticleHow to Check Network Connection on Every Page
@yashwanth493 you mean like below code/ if (this.network.type == 'none') { let connectSubscription = this.network.onConnect().subscribe(() => { console.log("Connected Chers"); this.navChild.pop();...
View ArticleHow to Check Network Connection on Every Page
droid16985663: let disconnectSubscription = this.network.onDisconnect().subscribe(() => { console.log(“Connected Cry”); this.navChild.push(NetworkCheckPage); this.toast.create({ message: 'Network...
View ArticleHow to display image(taking with camera) on canvas (signature pad)
hope you have recive my mail
View ArticleLock the camera orientation
Hi Is there any way to lock camera orientation in an Ionic 3 app? I could lock the page orientation successfully, but when I open the camera from this page, camera is not locked and orientation...
View ArticleWhat’s the difference between “cordova-plugin-ionic-keyboard” and...
@ctran I followed the instructions too, but i’m not sure that ionic is up to date with those plugins. If you follow the link to the git repo, you can see in the README : 👉 Deprecated! Please use...
View ArticleFacebook authentication working on one device but not in another one (in...
@vibinflogesoft, I would like to release my app only to some customers before making it available on play store… therefore I would like to be enable my customer to test the facebook login...
View ArticleHow to Check Network Connection on Every Page
@yashwanth493 Nothing Happen, don’t even hit the condition if (this.network.type == 'data') { let connectSubscription = this.network.onConnect().subscribe(() => { console.log("Connected Chers");...
View ArticleHow to display image(taking with camera) on canvas (signature pad)
Yes. I am away from my system for a couple hours. Will review when I get back
View ArticleHow to display image(taking with camera) on canvas (signature pad)
okay no problem…just ping me if you not getting anything inside code
View ArticleHow to run ionic ionic upload
when i run ionic upload i get this error HTTP Error 504: POST https://api.ionic.io/login 504 Gateway Time-out 504 Gateway Time-out PS;i use ionic 3.19.1 How to do please
View ArticleSearching for developpers
We are currently searching for developpers to modify our apps. Please fill this and we will contact you back ! https://docs.google.com/forms/d/16ieZzR7mFY_6vCcx5xMXjnnf-O58eMyhPBfkXwvYpmY/prefill All...
View Article[Capacitor] Newbie questions
Hi @reedrichards Great thread. My questions (and some answers). are you getting issues opening Studio after running npx cap open android for the first time? I need to set “windowsAndroidStudioPath” to...
View Article[Stencil] Importing Stencil components into Ionic-Angular
Hi, Just out of curiosity. Why would I care about building components in StencilJS if I would want to stick with (ionic-)angular anyway? And not necessarily want to publish components for future use...
View ArticleHow to run ionic ionic upload
ionic upload is no longer used Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one shared code base and open web...
View ArticleShould I unsubscribe Observables lists?
As you know, for observables lists we need to use subscribe to use the data, but I have small question : SHOULD I unsubscribe the subscription after unload the page ? Or there is no problems if I keep...
View ArticleSimple store data in Array or JSON
Hello! I am new with Ionic and I am looking for a solution. I am started with a blank ionic app. And I want to add a setting page to application. I made variable: name: string; and in html...
View Article