Ionic and Visual Studio 2017
You can definitely use VS2017 like @cherry said. If you already use it for something else and you don’t want to switch to another IDE, that’s your choice. I’d give a try to the recommended IDEs though...
View ArticleSelect item in ionic 2
@healer12 i think you are doing it wrong.You have to loop the ion-option. *ngFor inside ion-option tag <ion-item> <ion-label stacked>{{'City' | translate}}</ion-label> <ion-select...
View ArticleSelect item in ionic 2
Hey @healer12, You have to write code for looping with in the tag of that element which you want to plot multiple times or on which you want loop to work. In your case, if you want to have multiple...
View ArticleIonic 2 create pincode input text box
I want to get 4 digit pin by using 4 input text box how to design it
View ArticleHow to send data to a page without pushing to that page?
Dear Tanzeel064, You should declare global variable in service and pass the value to variable from any pages/services so that it is available in entire project. Else go through the Events you can get...
View ArticleHow to prevent ion checkbox from being clicked?
When I disable it, it greys out the whole item Okay, I’ll look up what a handler is and how to use it! Thank you for your help!
View ArticleFacebook authentication working on one device but not in another one (in...
Hi @vibinflogesoft, I have still doubts regarding your recommendations. Because in case of debug build there will be seperate key hash for each of the device When I generate the key hash I do not...
View ArticleDetect if a popover was dismissed from a different page
HI everyone I have a page ‘pre-order’ that iterates through a list. For each item in this list it uses a custom component I wrote: <div *ngFor="let item of getConsumable(slide.id)"> <div...
View ArticleHow to Check Network Connection
window.location.onLine this is a read only variable which shows whether you are in Online/offline based on this you can implement your functionality with network connection plugin from ionic .Hope...
View ArticleFCM notifications when app is running
Solved using: this.firebase.onNotificationOpen().subscribe(x => { if (!x.tap) { let alert = this.alertCtrl.create({ title: "Notification", subTitle: x.body, buttons: ['Ok'] }); alert.present(); }...
View ArticleProblem with multiple Leaflet/MapBox maps in one Ionic app
I’ve got the same problem. Do you find a solution ?
View ArticleBase64 encode not working
Hello, I want to ask why my base64 encode not working while encode string ? This is my code : let mddd : string = "f3e0323006e15ee8a8673d696fac4a95"; let timespan = moment().unix()...
View ArticleIonic 3 android project not building anymore
cordova.system.library.12=com.android.support:support-v13:26.+ What this line indicate ? I mean why we have to remove that line ?
View ArticleFacebook authentication working on one device but not in another one (in...
Hey@gabrielmarchesan If your customers getting error will be just like this Invalid keyhash error So they can view their key hash on their device screen while attempt to login.Try to append the...
View ArticleRemove hashbangs from URL
Hello Im new to ionic. seems like when I define static URL’s instead of using deeplink config. we get hashbangs in URL. This seems very inappropriate for SEO point of view. Hence, I investigated about...
View ArticlePDF download and notification bar
Can we download a PDF file and show it in notification bar as it happens when we download normal PDf file using chrome
View ArticleEmulator not showing latest version of app
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 standards I deleted the ios folder...
View ArticleDetect if a popover was dismissed from a different page
I would suggest you use events. Subscribe to it on your pre-order page and broadcast them when a popup is dismissed. Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build...
View ArticleEmulator not showing latest version of app
cmd-shift-k apparently cleans out the cache, but i still get an old version of the app. On starting the emulator, i get this message: Screen Shot 2018-03-05 at 10.37.28.jpg902x1788 150 KB
View ArticleGet sub page or child page name in tabs page
I am wondering how to get the sub page or child page name from Tabs page. I have searched a lot. I got `this.navCtrl.getActive() but unfortunetely this returns me the current tab name. My secnario is...
View Article