How can i do a push notification service with a webservice on Ionic?
@temohpab wrote: Ok, i need some help… I’m finishing an app but i need some kind of service who looks in my backend and when my JSON changes (this JSON contain some valors who changes if the user get...
View Article(ionSelect) not triggered when deselecting an option
@puffneli wrote: I’m trying to bind a list of boolean values to a list of tags where [selected]=‘item.boolean’ but when i change the value of an option, (ionSelect) is only called when I check it and...
View ArticleAngular animation works in browser but not in device
@arnoldparge wrote: Angular animation works on browser as expected but does not work comletely on device. here’s the code: @Component({ selector: 'page-samplelist', templateUrl: 'samplelist.html',...
View ArticleHow to give tabsHighlight at bottom?
@kiran_nd02 wrote: I have used for tab. it shows tab at bottom correclty, but tab highlight at top. I want tabsHighlight for active tab at bottom and also want to change its color. Please help me....
View ArticleIncorrect email or password - Ionic CLI
@dariot wrote: My problem is simple yet complicated, I can’t login via latest Ionic CLI. It says: [ERROR] Incorrect email or password. But my mail and pass are correct Posts: 3 Participants: 2 Read...
View Article'ionic cordova emulate android' not detecting new android emulator
@codetoaj wrote: ionic cordova emulate android command worked fine until i deleted the old android emulator and created new one now emulate command not able to detect the new android emulator what it...
View ArticleIonic platform pricing
@lawlesscreation wrote: Hi, I’m hoping someone can clarify the new Ionic platform pricing plans for me. I have a small app that has generated less than the cost of an Ionic pro monthly fee in the last...
View ArticleTranslateHttpLoader Problem
@Deviljin wrote: Hi, I just made my way through several guides and docs, and still it doesnt work at all… Can’t resolve all parameters for TranslateHttpLoader(?,?,?) Here my Code: . . . import {...
View ArticleAre push notification and background mode work in Ionic1?
@saifobeidat wrote: Hello Everyone , I am worried of the lack of documentation for Push Notification in Ionic 1 , I searched the Ionic1’s documentation but i didn’t find anything related to it , in...
View ArticleWeird behaviour of magically added elements within ion-item
@HinderiksR wrote: Hi, I am trying to create a card with a header and multiple avatars within. For some weird reason when i put the avatars inside a custom directive it in run time also adds 2 divs...
View ArticleDisable overflow hidden on ion-footer and ion-header
@imomer wrote: I have been working on an app in ionic3. I have created a ion-footer with buttons. I need to pop out a middle button but ion-footer is hiding it like it has CSS overflow: hidden applied...
View ArticleIssue with Prod build: calling 'ionViewDidLoad' again and again on any button...
@vaibhav915 wrote: Hi, My App is working fine with ionic cordova run android but when i build it using ionic cordova run android --prod, I am facing issue on login screen (landing screen). On Login...
View ArticleNavigate to a page on fcm push notification click- ionic 2
@unnikkannan wrote: I have done the push notification functionality with fcm plugin. And i am able to alert or console the results in my FCMPlugin.onNotification action. Is there any way to navigate...
View ArticleReload appcomponent.ts while logging out
@shalini_99 wrote: Hi, I had a scenario where based on type of user I need to get the side menu.I could achieve this only when we launches the app for first time.After logging out even if type of user...
View ArticleLoading failed after ionic serve
@mdline wrote: Hello, I got the error “loading failed for scipt http://localhost:8100/build/main.js” in browser after run command ionic serve. When I click on the error it jumps to index.html to...
View ArticleHow to archive a bunch of files (compressed or not)
@guyjoules wrote: How can I zip (or any other way) a folder recursively? I can see that the ZIP component supports only extraction. Posts: 1 Participants: 1 Read full topic
View ArticleBuild android does not produce the apk
@ioclaudio wrote: Hi all, this morning I tried to rebuild an app that I’ve already builded many times, but today happens something strange. The build command ends without producing the apk. Any ideas...
View ArticleionInput triggers when closing keyboard
@yasirpanjsheri wrote: .html: <ion-searchbar #input [(ngModel)]="searchTerm" [formControl]="searchCtrl" (ionInput)="onSearchInput()" placeholder="Search..."> </ion-searchbar> .ts:...
View ArticleSet selected option after dynamically load select
@mihaimiu wrote: Hi, I have 2 select in ionic 2 and i am able to dynamically populate the second based on the value selected in first. but i cannot set the selected default option after the...
View ArticleGood practices in Ionic and angular.. where to find it?
@temohpab wrote: Can someone give me a recopilation of good pratices in Ionic and angular? Information about components, directives, imports, etc… I fell that i’m constantly lost Posts: 5...
View Article