Local Notifications - Ionic Documentation
Ionic Docs Local Notifications - Ionic Documentation 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...
View ArticleEmpty Site with: import "@ionic/core/css/ionic.bundle.css";
Hello, why is my testpage empty when i use: import “@ionic/core/css/ionic.bundle.css”; Thank you Here is the code import Vue from “vue”; import App from “./App.vue”; import router from “./router”;...
View ArticleStart application in the background when push received
Is this possible in Ionic to start application in background when push notification is received. If so, can anyone recommend any plugin which does this? Thanks in advance
View ArticleHow to display Subscribe data in HTML which is continuous change every second...
i m working BLE native library in ionic. I m try to display heartbeat on screen. Here,i m able to get heartrate value on console.log() which is continuously change. what i want is to show heartrate...
View ArticleReaddir() of /Data not working?
You can report the issue https://github.com/ionic-team/capacitor/issues
View ArticleGetting empty on fcm token
this is my code, good luck this.fcm.getToken() this.fcm.receive.subscribe(() => { console.log("token ", this.fcm.device_token); }) this.fcm.listenToNotifications().pipe( tap(msg => { //show...
View ArticleERR_SDK_NOT_FOUND: No valid Android SKD root found
Did you manage to find a solution, I have the same issue and would love to resolve it… Ionic info Ionic: Ionic CLI : 5.2.2 Utility: cordova-res : 0.3.0 native-run : 0.2.4 System: NodeJS : v12.2.0 npm...
View ArticleIon-slides auto height?
Hi, I solve the problem, so just want to comment some things in case it helps for people in the future. I’m using ionic 3, my slides are inside a component, so a did the autoHeight inside an ngOnInit,...
View ArticleLow performance Ionic v4
My ionic-selectable component is with very low performance in comparison to ionic version 3 with de same code. It’s taking a long time to load the list (about 200 items). Tests: performace...
View ArticleIonic input type=number decimal key resets input
Bump? I wasn’t able to find an issue related to this.
View ArticleIon-slides with react
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleSubscribe set Global Variables
I’m going to guess that you’re doing something like this in your template: <div>{{coupon.something}}</div> That is effectively asking the component controller code (the corresponding .ts...
View ArticleIonic serve --lab error
When running ionic serve --lab I suddenly get this error: [INFO] Waiting for connectivity with ng... > ionic-lab http://localhost:8100 --host localhost --port 8200 --project-type angular --app-name...
View ArticleStorage Lost when Updating from Ionic 3 to Ionic 4
I think I found the answer I was looking for in this open issue: https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/181
View ArticleIONIC 4 Segment update issue
Hi All, I have 2 pages in my application and to navigate these two pages I used routerLink property. I have segment on those two pages and one page contain user list as location wise. The location...
View ArticleLow performance Ionic v4
Can you provide some Code, how you realized the ionic-selectable? Maybe a Screencast would be helpful too. Cheers Unkn0wn0x
View ArticleERR_SDK_NOT_FOUND: No valid Android SKD root found
Did you followed all of the steps of the following Documentation? https://ionicframework.com/docs/installation/android What error do you get (more detailed)? I think there is a path variable in your...
View ArticleDocumentation or examples for component property on ion-popover-controller
Did you imported your Service / Providers in your app.module.ts? Maybe you can try to generate your Service / Provider via ionic generate. The Code of your Service / Provider would be helpful. Hope it...
View ArticleLow performance Ionic v4
I’m using this component. just whit a static list whit 200 items. When I click on the component to choose any option, the screen freezes until the component is rendered. The more items, the more...
View Article