Dismiss a LoadingController
I solved by adding a timeout for the default controller itself, but its very strange where sometimes it complains overlay does not exist even though the controller is being called and being dismissed
View ArticleIonic Local Notification only once scheduled on iOS until restart of I-Phone...
Dear Ionic Community, maybe you can help me with an issue? I use “Local Notification” Plugin for Cordova by Katzer with @ionic-native/local-notifications module to recieve Local Notifications, if one...
View ArticleIonic Local Notification only once scheduled on iOS until restart of I-Phone...
After search of some days without success, i found the solution by myself. I dont know why but adding the attribute: foreground true solved the issue. However for Android i didnt need to add this...
View ArticleDisable Android hardware back button on Ionic
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleDisable Android hardware back button on Ionic
Excelent Tanks Bro! This work For Me ! ionic 3
View ArticleDisable Android hardware back button on Ionic
This work For Me ! ionic 3 document.addEventListener(“backbutton”,function(e) { alert(“a”) }, false); document.addEventListener(“backbutton”,function(e) { alert(“b”) }, true);
View ArticleI have an issue with ion-icon styling
This is my code and also i am attaching the result i got, but it’s too long and it’s hard to control the alignment of the title to the center of the image or icon… please if there is a better way of...
View ArticleZoom Integration in IONIC 3 Project
HI All, I am already working on the IONIC 3 with Saleforce SDK integrated project but recent crisis of COVID-19, we get a requirement of ZOOM Integration in same exisiting project. I go through the...
View ArticleITMS-90424: Invalid Swift Support
hi,i am used 11.3.1 and 11.4 both version but same error
View ArticleIonic 4 Angular proper routing approach
Hello I have a problem with same routes /activities:name that for example /activities/supplies is used for POST or PUT method based on params provided isEditModeOn. However it works only when I’m...
View ArticleSome assets return 404 when they try to load in ionic 5
Hey i have recently discovered an issue with some of my asset files. I have some svg icons under the path “/assets/icons/fas/home.svg” etc. Some of them load just fine whereas others don’t. The issue...
View ArticleInstalling WKWebView plugin
Hello, I’m trying to install the cordova-plugin-ionic-webview plugin because of the deprecation of UIWebView for future iOS releases. I’ve also added <preference name="WKWebViewOnly" value="true"...
View ArticleIs there any way to make a progress bar work in an overlay?
Not working. Tried it with spinner: null because spinner: 'none' doesn’t exist in Ionic 5. The result is the same as mine with the ion-alert: ion-progress-bar's value's not getting what I assign to it.
View ArticleIonSlider.getActiveIndex Promise never resolves on second page entry
Hi, I have a very frustrating problem with IonSlider. I have always called getActiveIndex() from within the ionSlideWiilChange handler (I swapped to ionSlideDidChange to see if this made any...
View ArticleTwo wan binding
hi i want to check condition for two way binding if my value is >3 it should not update in api instead it update 3 or less then 3 which we enter through ngmodel can anyone now how to achieve this...
View ArticleHow to make an image compulsory ? (Ensure it is entered by user)
I am trying an other way at the same time like: uploading the image only if the field item.picture is not empty but it does not work as I need the key of the item when uploading (and I don’t want to...
View Article