Capacitor Filesystem api
Hi all, I need an information. On my phone several apps creates a folder with the package name on internal storage. Those folders are browsable from pc. I would like to create a folder in internal...
View ArticleIonic capacitor app build android studio FCM Push notifications
MainActivity.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Below MainActivity.java file code:- package io.ionic.starter; import...
View ArticlePlugin implementation error
I was looking for a solution to lock the Screenmode of my app to portrait mode only, found the Screen Orientation Ionic documentation, installed the plugins and synced it with capacitor and...
View ArticleIonic build reports missing “associated domains” entitlement in provisioning...
I have an Ionic 5/Angular iOS app which builds fine as a non-production build and runs on both emulator and device as a dev build. When I come to build it as a production build using: ionic cordova...
View ArticleNested routes doesn't load the component
Hi guys, I just started to use ionic and this issue came up that I click the button on tab one , it moves to the url but it doesn’t load the component on top . This is the sample repo Im trying to do...
View Article--keyboard-offset bind to the ion-content styling breaks layout
Hi there! Every time I click on a radio button on my page, I see a new style added to ion-content, like that: <ion-content _ngcontent-hwh-c152="" ng-reflect-scroll-y="true" class="ios overscroll...
View ArticleNo keyboard animation on ion-footer
Hello, I’ve noticed an unusual behavior with the mobile keyboard popup animation. The ion-footer exists when the keyboard is opened or closed but disappears with the open keyboard animation. Does...
View ArticleRipple color of ion-back-button is not working
I’m trying to set the ripple color for the back button using the ionic’s custom CSS property (--ripple-color). However, I don’t see that working. Here’s my piece of code header.html <!-- Default...
View ArticleHow to solve import { OpaqueToken } from '@angular/core' Error
Please help me I am getting error. [ng] Error: node_modules/@ionic/storage/es2015/storage.d.ts:2:10 - error TS2305: Module ‘"@angular/core"’ has no exported member ‘OpaqueToken’. [ng] 2 import {...
View ArticleIonTabs without IonRouterOutlet - open IonModal
I am trying to use this example to later implement Tabs in my project but the output is Error: IonTabs must contain an IonRouterOutlet Is it possible to avoid routes and use the onclick method?...
View ArticleNested routes removes animation on RouterOutlet component
Check out my routes: const routes: Array<RouteRecordRaw> = [ { path: "/", component: Tabs, children: [ { path: "", redirect: "/surveys", }, { path: "surveys", component: Surveys, }, { path:...
View ArticleI have a problem with my Ionic App-Code
image1920×1131 82.5 KB Pls help, he is hauting my dreams 1 post - 1 participant Read full topic
View ArticleError - Azure Notification Hub w Push Notification Ionic 5
In the project, I’m trying to implement azure notification hub which use capacitor push notification which i following a Github Link suggest by the Azure The below code is the service ts which the...
View ArticlePushNotifications stop working after installing this plugin Community/FCM plugin
I am currently using ionic capacitor PushNotifications for Firebase cloud messaging. By the help of this I can get tokens. Now I want to send notifications to all app users so I decided to use topics....
View ArticleChat functionality like whatsApp using cloud firestore
Hi, Please help me find a chat functionality like in whatsaApp. Where I can see a list of users I had chat with and on clicking that chat I can have one-on-one conversation screen. I’ve searched it...
View ArticleApp using OS theme
I created a new ionic vue project using ionic start, created a list, then did a web deploy. On the browser, the app has a black background but when I check the test link on my phone the app has a...
View ArticleHow to have ionic Range slider next to a number field
I am trying to find out how to have the range slider next to a text field (type ‘number’). Something like this screenshot: source Is there any clean solution from ionic? Let me know if you need more...
View ArticleCan ionic Range slider have a logarithmic/non-equal step
I was wondering if ionic Range slider can have a logarithmic step. What I need is to implement something like a range between 0 to 65000 but with this kind of steps: 0 – 10 – 100 – 1000 – 10000 —...
View ArticleHow to show a popover while retaining focus?
How can I show a popover without giving focus to it? Use case: I want to use it inside my editor for visual autocompleting feedback. 1 post - 1 participant Read full topic
View ArticleIonic unfocus searchbar placeholder to align left
I would like to know if it’s possible to align Ionic searchbar placeholder to the left side when unfocus? as of right now the placeholder is currently centered when unfocus <ion-searchbar...
View Article