How to pass data from one page to another
My issue is that i can’t send value data from one page to another page. I was searching and I found that i had to use navParams or NavController.push…something like that, but it doesn’t work for me....
View ArticleUsing Ngrx DevTools with Ionic 5
I am trying to follow this link to use the Ngrx DevTools. But Ionic uses @ionic/angular-toolkit, and we need to enable the Ngrx Schematics which replaces that. Is there a way to have both? Changes in...
View ArticleIonic voricles-obfuscate plugin
Hello Everyone, Currently i’m using Ionic CLI 5.4.16 cordova CLI 9.0.0 I’m using ionic-voricles-obfuscate plugin to encrypt my codes. i added the plugin to my project and when execute cordova run...
View ArticleIonic tab button shoud hide on some onlick() function
i want to hide my ion-tab-bar when a div is loaded using *ngif directive. but do not know how to do this. my tab code is <ion-tabs> <ion-tab-bar slot="bottom"> <ion-tab-button...
View ArticleIonic 5 ion-button outline with background
How to add background to the outline button ionic 5? i made this code but it doesn’t work html <ion-button class="show-background" fill="outline" color="danger">Test</ion-button> scss...
View ArticleiOS Password Autofill for inputs
Hi, I am trying to implement this functionality into my Ionic APP. This is my HTML code: <ion-input #username id="user-text-field" name="username" autocomplete="username" no-margin margin-bottom...
View ArticleIonic 5 App crashs on trying to convert speech to text while on call
Hi, I have a ionic app created where I am using speech to text conversion plugin of cordova. Its working well in android but when trying to use speech recognition feature when on call, the ios...
View ArticleHow to call the url_scheme of another app with Ionic4?
Hi, I have to integrate an Ionic4 app with an external app. This is an app installed on the same device. I have to call an url_scheme such as: satispay://open/payment?id=XXX&var1=YYY I have also...
View ArticleInput focus will not trigger keyboard on Android
Android focus will not trigger soft keyboard I’ve created this sample repo to reproduce an issue (or intended behavior?) related to input focus when a webview is served from Android. This sample app...
View ArticleUIWebview to WKWebview
Hi, I am having some issues submitting my app to App Store. My current version is on ionic 2, how can i change/update this from UIWebview to WKWebview. or this is even possible? 1 post - 1 participant...
View ArticleIos emulator
Hello, To all the devs that are on windows, what do you use as an IOS emulator? Thank you in advance. 1 post - 1 participant Read full topic
View ArticleBest method for rewrite/overwrite a file in filesystem using File plugin
Maybe this is a very simple and obvious question, but I didn’t find the answer anywhere and I would like to be sure before implementing it in my app. The File plugin gives us 2 methods to rewrite a...
View Articlemultiple=“true” is not displaying the options in a checklist in ionic 5...
ion-select multiple=“true” is not displaying the options in a checklist in ionic 5 angular 8, it’s just displaying them in a list without checkboxes, what’s the reason? <ion-item> <ion-select...
View ArticleHow to hide play symbol of video autoplay?
So, I have a video playing on the background with autoplay. However, when the page loads and it starts playing, the play symbol appears. Picture: image .video { position: fixed; z-index: 2;...
View ArticleCan I use ionic without any framwork?
And if so, how I do the config thing 3 posts - 2 participants Read full topic
View ArticleCan I change platform style?
Like the md and ios, I want to change it when the app start. 1 post - 1 participant Read full topic
View ArticleWhat should i use, SSL or JWT?
Hi im new developing mobile apps, i have to create an app that get data from springboot backend, i already implemented JWT on Both sides but i dont know if it is enough or i need to use a SSL...
View ArticleAlert for user : there's an update
Hello, I would like to add an alert when the user does not have the latest version of the application on Android or iOS. In the best of cases, this alert should also be able to force the user to...
View ArticleCreating an app compatible for iPad 2 (iOS 9.3.6)
Hello, I wan to create an app with comptability for the iPad 2 running 9.3.5. Does anyone know which version of Ionic I need to use? I researched that Cordova 6 dropped support for so I checked the...
View ArticleUpgrade to lastest versions of Ionic and Angular
Hello, Sorry in advance if this has been asked already. I have a set of Ionic 3/Angular 4 apps that I want to upgrade the latest versions of Ionic and Angular. I’ve sifted through the migration guides...
View Article