Ionic: How to detect connected to internet with no access
can any one please help me good solution ??
View ArticleIon-checkbox Slow on Device
Hey guys! Im having some issues on a ion-checkbox inside a *ng-for on the browser is ok when i install the apk on my mobile using the flag --prod ,gets a huge slow performance when you select it, it...
View ArticleIonic 4 ITMS-90035: Invalid Signature
@sebafra the solution is in 2 parts 1.- finding all files with special chars; 2.- Checking all includes for each .ts file; With both issues solved, you no got any error;
View ArticleHot to upgrade cordova platform and cordova plugins?
Hi, I have an Ionic4 app that uses Cordova 8.0.0 for Android and many Cordova plugins. I’d like to upgrade the Cordova platform, from 8.0.0 to 8.1.0 and all the plugins. Which is the correct...
View ArticleIonic 4 - Responsive Img/button with col
Hello! Thanks a lot for reading me I hope you’re doing well! In fact, I have a very little problem : I’m trying to put 3 big sized button in my App, but I really don’t get what I want in every manners...
View ArticleIssue with scrolling ion-slides in modal
This is the code I’m using to open the modal: async presentModal() { const modal = await this.modalCtrl.create({ component: TestModalComponent }); return await modal.present(); }
View ArticleIos13 and ionic 4 all html elements have black border
Be sure, it’s about Webview. But new one. WKWebView. iOS 13 still supports UIWebView but default is WK. I guess it use both of them. I guess because of i use normal Webview but in XCode i see these:...
View ArticleWhy is NavController and navPop etc. still present in Ionic 4 but without...
My understanding, based solely on reading the comments in the source, is that the Angular router handles the navigation itself, but the Ionic NavController exists as a veneer over it that provides...
View ArticleIonic 4 ITMS-90035: Invalid Signature
Thanks man, it works: 1.- finding all files with special chars; There was an image with special chars
View Article[ionic 4] ion-menu opens and never closes on android emulator
i also facing this issue…
View ArticleIonic 4 refresh tab
Hi, I am navigating back and forth inside the tabs in ionic 4. i have a list of values in one tab and when i approve one of the list item from another tab and navigate to the previous one my list is...
View ArticleIonic Secure Storage
Oh, no I was wrong, we are using Ionic Storage for those needs. But there is some stuff that needs to be secure. We just don’t use that on the web browser version.
View ArticleIonic Secure Storage
So now I’m confused about what you’re asking for. IMHO, the only time it makes sense to encrypt anything in on-device storage is when: your specific threat concern is “blackhat steals device” you are...
View ArticleHow to fix error with statusbar overlay on ios dispositives
Yeah, I’m facing the same issue but I’m using ionic-v1 and trying to add Capacitor.
View ArticleIonic Secure Storage
We are using the secure storage on iOS and Android. The secure storage plugin was saving data to the iOS Keystore. For android it was doing the following: On Android there does not exist an equivalent...
View ArticleChrome stopped launching
Hi Anyone experienced recently that Chrome does not launch when issuing ionic serve -w chrome, and neither does a PWA installed on the windows PC? Eventviewer shows error in the log (Exception) -...
View ArticleIonic Secure Storage
You can try looking for a fork in here. This one looks to be relatively actively maintained, in that it had an npm release within the last month.
View Article