Building React and Angular Component Libraries with Stencil and Nx
Originally published at: Building React and Angular Component Libraries with Stencil and Nx - Ionic Blog One of the greatest advantages of using Stencil to build a design system is that Stencil...
View ArticleInvalid application specific password provided
[14:10:22]: Invalid application specific password provided [!] Invalid application specific password provided how do i set FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD ? it’s currently a protected...
View ArticleCan I use Swiper.js with Ionic 4?
I have an Ionic 4 application (can’t quite update yet), where I am having HUGE problems on iOS where I am using ion-slider containing components, some with 1ion-input`. As soon as I trigger the...
View ArticlePass multi value when a dropdown option being selected
Hi, When I am selecting an option from the dropdown I need to pass more than one value of selected option. My HTML file. <select (change)="mes(sell.id,$event)"> <option *ngFor="let m of...
View ArticleDeeplinking not working on Tablet but does work on a phone
Hi every one, We are using NUXT js with capacitor and we have followed the installation of deep linking that is recommended by the CAPACITOR Guide: Capacitor: Capacitor - build cross platform apps...
View ArticleIOS ionic app not loading first login component
Submitting my app for review to my enterprise QA and the app doesn’t load on the ios platform. Android platform works flawlessly. Things I’ve tried: Loading the ios application on Xcode. Was able to...
View ArticleWhile executing `ionic cap sync`, at sync time, it throws [capacitor] [fatal]...
Hi All. Has anyone faced this issue running ionic cap sync? As you can see in the pic it happens at sync time, the build is successful. > capacitor.cmd sync [capacitor] [fatal] Error: Cannot find...
View ArticleIonic, android and video html tag
Hi, I have an endpoint that returns an html snippet with a video tag html inside it. When I put the code inside my application, the "Download " command does not work… But it gives me no errors, it...
View ArticleIonTabButton onClick not capturing
onClick do tab profile tem um onClick porem esse onClick não responde, alguem pode me ajudar? reparem que tem uma div dentro desse ionTabButton, bom preciso que o menu abra quando o usuario clicar na...
View ArticleRight now it seems there is no way to save a file to disk on Android
As the title says. Android completely revamped how file access works with Android 10. With Android 10 they still gave you the option to access files the old way, but with Android 11 they removed that...
View ArticleThe one and only IONIC REACT banking theme in whole world
Get the apk from ion react banking app apk free download Get source code from Ion React Banking - ionic 6 react banking ui theme...
View ArticleCordova logo still exist
i imported an app from githup and buil it eaisly but cordova logo still exist instead of ,y logos 1 post - 1 participant Read full topic
View ArticleHow to keep screen awake from Android capacitor plugin?
I have written several capacitor plugins for my Android Ionic app. One thing I still need to add is a plugin method to call the following Android API:...
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 ? 2 posts - 2 participants Read full topic
View ArticleIonic slide with full width
HI im want to use ion-slide combine with ion-list with full width, but when i try it it will be look like this : but when i see it in doc ion-slide and ion-list can be like this : heres my code HTML...
View ArticleIonic(vue) 6, ios, swipe back
Hello! I found in my iOS app that when I swipe left, ionic does not see the swipe. I’ve been looking for a solution for three days, I’ve come to the conclusion that I need to activate...
View ArticleMsg: Unhandled Promise rejection: Cannot read properties of undefined...
My angular application has a class which detects network status: @Injectable({ providedIn: 'root' }) export class NetworkAutoSyncService { protected isConnected = true; constructor( protected network:...
View Article[Vue warn]: Failed to resolve component: ion-label
I know this is a common issue, but I’ve followed the steps provided in past threads and I cannot get this warning to go away. I actually have a LOT of these warnings and I believe I’ve imported...
View ArticleCan't ngFor array of objects in *.component.html
Hi, I fetched below data from API and can’t ngFor product object, It gives NG0303: Can't bind to 'ngForOf' since it isn't a known property of 'ion-row' Error. API Data: { "id": "5175", "price":...
View ArticleTapjoy integration to ionic application
Hi All I am trying to integrate Tapjoy cordova plugin into my ionic(5) application. There is no Ionic plugin, only Cordova. How can I integrate Cordova plugin to the ionic application??? How can I...
View Article