How can I use Google Play Games Services with Ionic?
I can not find any oficial plugin yo work with Google Play games service. I can only find this Google Play Games Services - Ionic - The Cross-Platform App Development Leader but it does not give any...
View ArticleIonic React Disable Hardware Back Button
Hi, I have an issue with my Ionic React App. Whenever an ion modal is open and I use the android hardware back button (or window.history.back() on chrome), my modal becomes unresponsive. I believe...
View ArticleVarious errors while using ionic ,error code 1
i am using $npm cordova platform add android getting various errors npm ERR! code 1 npm ERR! path E:\inc\todo\node_modules\node-sass npm ERR! command failed npm ERR! command...
View ArticleAdding third party package dependencies in iOS
Hi, I am trying to create a plugin which uses the third party Swift package dependencies and it is building successfully, however, when the same plugin is used inside the capacitor app it shows the...
View ArticleMenu animation from top
Hi there, is it possible to have ion-menu animation from top to bottom? Thanks 1 post - 1 participant Read full topic
View ArticleProgrammatically calling out an alert doesn't work in Ionic 6 React
In some cases we don’t want to use hooks or JSX to invoke an alert (or toast, loading etc). Using plain JS used to work in Ionic 5 but it stays hidden in the new version (including the official...
View ArticleCertificate transparency
Hi everybody, I’m looking for a solution to implement certificate transparency on my ionic/angular app. I don’t much experience working with hybrid technology. I don’t have code. The idea is to...
View ArticlePush notifications strategy on logout
What is the proper way to implement push notifications when you log out? I am still getting push notifications so trying to figure out what to do? Remove the tokens from the db? Tell the app to stop...
View ArticleRight align ion-select with popover
Right now I have an ion-select element on my page that I would like to have right aligned with a popover. This is the code for my ion-select: <ion-item lines="none"> <ion-select...
View ArticleClose DateTime popover after selecting date
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleIonic 6 with Capacitor 3.4 - Android 7.1.1 Not working
I am trying to get a new ionic 6, capacitor 3.4 application to work on an Android 7.1.1 device. It builds fine, runs in the browser, but when I deploy to the device all I get is a white screen. When I...
View ArticleIOS app was unable to make http calls until Network Settings reset
Hello everyone. I have a bit of a weird one and I hope you can help point me in the right direction. I recently released our app into Apple app store and on the first day a user reported being unable...
View ArticleIonic 6, capacitor and local database (SQLite?)
Hello, I’m trying to find the best solution with the latest version of Ionic and Capacitor. My main target is Android. I have large amount of pictures (thousands) and I want to give the user the...
View ArticleSuggestions for how to handle push notifications in project with auth wall?
In my projects I usually set-up my push notification initialization and operations in my app.component.ts file. However, when creating a project with an auth wall (login/registration), is it a better...
View ArticleDeploy to IOS - Ionic 5
Hi there, I am (re-)deploying an app to App Store. The last update was in 2018 I belive and it´s in sore need of an update. I´ve now rewritten the app using Ionic 5 Vue instead of Ionic 4 Angular....
View ArticleCapacitor Clipboard IOS not working
Hi, I am using the Capacitor/Clipboard plugin for an IOS app. And it seems to not work. I am guessing I have to enable something in the info.plist file somehow? const copyToClipboard = (selectedItem:...
View ArticleClass not found error after Integrating Android library(.aar) file in the...
I am using Cordova 7.0/IONIC 3.20 project and successfully generated Android library file(.aar) to reuse in third party android application. And we have implemented custom Cordova...
View ArticleI6 : segment : design : how to?
Any one know how to design ion-segment ? Would like to use many on the same page 3 posts - 2 participants Read full topic
View ArticleUsing --color vs color: in css
I’m a bit confused as to how styling should be done, I’m wondering for example what is the difference between these two? .photo-card-header__title { --color: var(--ion-color-danger); }...
View ArticleIonic Storage - Create the DB
Using this API https://github.com/ionic-team/ionic-storage when we create a database we call the following method export const createStore = (name:string) => { storage = new Storage({ name,...
View Article