Ion select change Cancel/OK Button color
@ArinaAmir wrote: Hello everybody, after spending so much hours I am so confused now. I need to change the colors if ion-select for Cancel and OK. In ionic 3 I have reached this via [selectOption]...
View ArticleOpen app on click a link
@ndblackandblue wrote: Hi guys i’m try to use deeplink plugin to make when user click open the app in his phone: <h1><a...
View ArticleiPad display is shrunken
@asmart wrote: Hi, my application displays well in Android and iOS mobile devices. However, it displays the mobile dimensions for all iPad emulators. What could the problem be? Thank you...
View ArticleBack button disappearing
@tkclark wrote: Sorry if this has already been addressed. I have an Ionic/Vue project with a back button: <ion-back-button defaultHref="/more"></ion-back-button> Sometimes the back button...
View ArticleIon-loading right from the start
@dinaflies wrote: I was wondering if it is possible to start a page with ion-loading element loading right from the start. I’ve tried to create the component at ngOnInit the after an if check and...
View ArticleITMS-90424: Invalid Swift Support
@sagar1412 wrote: how to solve problem ITMS-90424: Invalid Swift Support - The SwiftSupport folder is empty. Rebuild your app using the current public (GM) version of Xcode and resubmit it. Best...
View ArticleIonic 4 Cordova - cordova-plugin-firebase-dynamiclinks Error Android build
@nishamane wrote: I am creating iOS app using ionic4 and Cordova version 9.0.0. Whenever I am trying to install cordova-plugin-firebase-dynamiclinks plugin in my project and try to create Android...
View ArticleHow to save the photo in local folder
@fawad0301 wrote: I am working on ionic app with Capacitor plugin, the other related data is locally stored in json file, now i want to save the captured photo in a folder for later use. How it will...
View ArticleDark mode vs status bar style iOS
@tkclark wrote: I’ve added support for dark mode in my app. It simply toggles the class dark on the <body> tag. Looks great until I view it on my iPhone 11 Pro Max and the black text on a white...
View ArticleImplement Advanced Search on Ionic App
@ZombieBest wrote: Hello everyone! I start saying I’m pretty new to the framework and pretty new in web development in general. On my App I have a JSON array updated from API with more than 100...
View ArticleAll native plugins store locally
@ManOnMission wrote: Can we store all the native plugins repo locally inside the project rather than installing them from a GitHub repo? Will it affect the specific platform build size or performance?...
View ArticleCan’t build apk
@dunghoang69 wrote: I don’t know why. The last time it worked. Now i can’t build anymore. ionic-app-scripts build --aot --minifyjs --minifycss --target cordova --platform android [17:43:06]...
View ArticleHow to get ion-header height in Angular (the right way)?
@Arkthur wrote: In my app I need to get the height of an ion-header element. I’ve tried with: <!-- TEMPLATE --> <ion-header #header> <!-- ... --> <ion-header> <!-- ......
View ArticleContent not scrolling with long data IONIC5?Why
@masterpage wrote: Hello I am new to ionic5, I put long data content in home.page.html but this one has no scroll, it is fixed?? . Where are the styles to correct this characteristic. Thanks.! Sin...
View ArticleIonic 5 Animation issue with gesture
@Jinfreeks wrote: I have a problem with an animation, I want to display a div on slide up, and I use gesture to give the impression that the user have to drag it. But when we release the div (on end...
View ArticleSimulator cannot connect to backend in HTTPS: Unknown Error
@kdefombelle wrote: App works fine (@ionic/angular 5.0.7; cf. ionic info attached) in chrome http or https postman api call http or https iOS simulator using ionic cordova prepare ios then executing...
View ArticleClear memory / remove canvas
@keber wrote: Hi all, I’m creating an application where I’m cutting an image into pieces by creating a canvas. The problem is that if I’m doing it multiple times, the devices memory cache is full...
View ArticleIonic Studio does not open on Mac
@hebsd wrote: I have created a new user on my Mac OS High Sierra on a SSD and installed ionic studio on it. it worked fine for a few days but it won’t open now. The icon appears in dock but it does...
View ArticleGet Swiper Instance from Slides component
@OrganGrindingMonkey wrote: I’ve read through the documentation and it says that you can get an instance of the Swiper using getSwiper() => Promise. Ionic Docs ion-slides - Ionic Documentation...
View ArticleHow do I add a custom component to every single page's ion-content?
@Simbaclaw wrote: Hi there, I have a question regarding whether it is possible to make something like a global component that is present on all of my pages inside the ion-content area of my app. My...
View Article