You uploaded an APK with an invalid signature. Error from apksigner: ERROR:...
Below are the steps I follow for android app release. ionic cordova build android --prod --release jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore vfl-key.keystore...
View ArticleIs Android minify not compatible with live updates?
Hi all, I’m trying live updates and I noticed then when I do a production build with minifyEnabled set to true, the app doesn’t pull the updates. But if I set it to false then it properly gets it. I...
View ArticleHow do you add new column in sqlite?
so upon creating the database, it displays on the app but when i try to add a new column in the create table it shows errors :C The error [ng] [console.error]: { [ng] "message": "Failed to import SQL;...
View ArticleApp crash but console show nothing
I have an ionic angular app with cordova. My app is crashing (it opens a page but i cant click anything) when I logout and router navigate to /login page. I tried disabling auth guard but that is not...
View ArticleDynamic radio buttons are not checked correctly
Hi, I’m encountering unexpected behavior when dynamically changing the number of ion-radios within ion-radio-group. I’m having an array (of employees) that I loop through to render ion-radios. Because...
View Article"Ionic Infinite Scroll" @React - Loading "Text/Spinner" not showing
Hello Devs, I am using this React component <IonInfiniteScrollContent /> inside <IonInfiniteScroll /> to load infinite scrollable Data, but the problem is the loadingText OR the...
View ArticleI am struggling for 3 days to build ionic app on mac big sur
I am new to ionic and I downloaded the GitHub repo of moodle mobile app here is the link: GitHub - moodlehq/moodleapp: The Moodle App I am getting this error I searched and applied many community...
View ArticleDebugging Ionic Own Components
Hi! I’m trying to find some documentation regarding this problem, maybe it is too basic, but I can’t find a “contributing” section self-explanatory enough. While I am able to place breakpoints in...
View ArticleIonBadge in IonTabButton doesn't update
I am using Ionic React and am trying to add a IonBadge for a IonTabButton: <IonTabButton tab="d" href="/chat"> <IonIcon icon={chatbubblesOutline} /> <IonText>Chats</IonText>...
View ArticleIOS build showing libsystem_kernel.dylib`__abort_with_payload: Thread 2:...
I’m trying to build iOS app using ionic+react. It build successfully, but when I run on simulator it only showing white screen like this. and on Xcode it automatically show me this the thread...
View ArticleIon-back-button with with non-consuming routes
Hi, I would appreciate a comment on my situation below regarding how the back-button consumes route segments. I am fully aware of the problems of the back button not showing if there is nothing to go...
View ArticleHow to detect an source
I would like to know if there is a library that can be used to detect if an app was installed from the official store. 1 post - 1 participant Read full topic
View ArticleBle scan beacons in background
Hi! I’m deploying an app in ionic/cangular/capacitor. I use il plugin ble di ionic-native and background mode. My issue is to scan ( without pairing ) variuos beacons in background. But when the app...
View ArticlePopover blocks user from being able to type in searchbar
Please describe the question in detail and share your code, configuration, and other relevant info. I have an ion-search bar which makes an api call and returns a list that matches the filtered...
View ArticleIonic angular video html 5 fullscreen via function
I am trying to enable fullscreen video with this fn → toFullScreen() { let showed = this._authService.user.building.streams.filter(obj => obj.show)[0]; if (showed) { var player =...
View ArticleFab button behind toolbar
Hi folks, I have the same problem as described in Ion-fab show behind the toolbar · Issue #16780 · ionic-team/ionic-framework · GitHub Ionic CLI : 6.18.0 Ionic Framework : @ionic/angular 5.8.4...
View ArticleOpen external link on ion-tab
I have no idea how to open an external browser for the app. I already fixed it under <ion-item>, it works fine <ion-item class="item-icon-right" id="boironMedicineFinder2-list-item1368"...
View ArticleCreation error on ionic
When I was creating the new angular ionic app it is showing these kinds of errors… npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: ‘@angular-devkit/build-angular@12.1.4’, npm...
View ArticleV5 Keyboard pushes content up scrolling impossible
Hi all, I know there are some other topics about this problem without any solution (i’ve tried them in the last 48 hours). I’ve got a page with a title and 4 ion-textarea’s all looking good until i...
View ArticleRouter component is not updated or rerender when going back
I noticed that when changing route, the component is not being remove unlike previous versions of vue when routing. But then when going back to that route the data is being persisted which is should...
View Article