Ionic 3 Cordova App stops working in the browser after a new deployment is...
I always receive this error once i upload the new build in the server. It will only works only after i clear the cache. 1 post - 1 participant Read full topic
View ArticleDebug work perfectly on android studio but Run app doesn't work
Hi all, I have a client that request to build an Android aab to uploaded to google play. However, Debug work perfectly on android studio but Run app doesn’t work. I have tried to build both ./gradlew...
View ArticleCannot bind v-model with ion-select
<ion-select cancel-text="Annuler" ok-text="Confirmer" v-model="test" required > <ion-select-option v-for="(item, index) in stors" :key="index" :value="item.name" >{{ item.name...
View ArticleBiometricActivity: cannot access OnConfigurationChangeProvider
My application has not compiled for some time. I get this error The env is: Android tools version 30 sdk version 30 sdk min version 30 ionic cli version 6.16.3 What can I do? 1 post - 1 participant...
View ArticleGamepad API with Ionic
Hi! I am relatively new to Ionic and need some help with my Ionic project. My goal is to “listen” to PlayStation remote in my ionic app (using HTML 5 Gamepad API) Unfortunately, there is no Cordova...
View ArticleHow to make ion item from unread to read using (ionSwipe), then push the read...
Help me with this! Every time user swipe ion item it should toast item read then then push it to list bottom. 1 post - 1 participant Read full topic
View ArticleBlur background image without blurring content
I am trying to add blur filters to the background image. here’s my code CSS: .intro { --background: url(https://source.unsplash.com/random/?friends) no-repeat center center; --background-size: cover;...
View ArticleIonDatetime presentation mode
Hello. I need to implement a time picker, not a date picker. So, I use: <IonDatetime presentation="time" value={props.horaFin.current} onIonChange={e => props.horaFin.current =...
View ArticleBring application to foreground when receiving push notification
Hi, I am trying to bring my Capacitor 3 + Angular app in to the foreground when receiving a data only push message. The aim is to present the user with a “Phone ringing” screen like a normal call. I...
View ArticleRouting with Tab does not work properly
When I tried to have a default route of / and a subroute with tabs When the page goes back to root route, the Tab still remains but the page is empty App.tsx <IonApp> <IonReactRouter>...
View ArticleAlert e Toast não funcionam (Ionic V6 Angular) [RESOLVIDO]
Estou tentando utilizar o Alert e o Toast. mas, Quando chamo eles na aplicação, não aparece nada na tela. mas, também não gera nenhum erro. Print do código: 3 posts - 2 participants Read full topic
View ArticleIonic 3 ,Node.js 16.14.2 ,install failed
Node.js 14 has no issue,but Node.js 16 have issue. 1 post - 1 participant Read full topic
View ArticleIonic cordova admob plus plugin and package confusion
I am using this plugin “@awesome-cordova-plugins/admob-plus” for the admob service in my ionic app, but the docs ref to website which states for another package which is @admob-plus/ionic Also cordova...
View ArticleHow to Improve App Performance
Originally published at: How to Improve App Performance - Ionic Blog As a Developer Advocate, a common question or comment I hear from folks is, “My app is slow. How can I fix it?” While this may seem...
View ArticleIon-input style
when i select from saved data (email, password, …) i get the ion-select value style like displayed in the image below how can i remove this style? 1 post - 1 participant Read full topic
View ArticleData table with ionic (vue)
Hi, I would like to know if there is any feature in ionic to create data table. I’m asking because I couldnt find anything usefull and I need to create dynamic data table for my android app. Regards 1...
View ArticleCan I change the app splash screen dynamically after installation?
I want to change the splash screen based on the logged in user, Can I do that in Ionic ? 1 post - 1 participant Read full topic
View ArticleWhy Ionic doesn't use latest Chrome on Android
I have developed a sample app using latest ionic angular version v6. I have a Sunmi device having android os version 7.1.2. But this latest ionic app not using the chrome but it’s still using the...
View ArticleIonic start - Stuck at "npm WARN deprecated querystring@0.2.0: The...
Everytime I do “ionic start”, it gets stuck at npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. Then it doesn’t do...
View Article[INFO] Waiting for connectivity with react-scripts
See this error message, I work around it by running the npm script directly but I am running into this on my new projects aaronksaunders@Aarons1ProM1Pro mobile % ionic info [WARN] Error loading...
View Article