Navigation not working in aws amplify implementation
Create a project with ionic framework 6 + vue3. I am using Vue Router. I deployed the application using AWS Amplify CLI, it was built well and it generated a url to access it. However the navigation...
View ArticleProblem with BLE read and notify HELP!
I have a BLE setup with Arduino and Ionic Cordova, and using the cordova-ble-central-plugin. it will read good when I use read, but when I put notify command it will not show anymore. please help me!...
View ArticleToggling header & footer on tap
I searched quite a bit but couldn’t find how to toggle header & footer on tap similar to this iBooks or any other ‘reader’ app: I imagine it could be done with CSS trickery but I want to neatly...
View ArticleDisable vibration on ion-reorder
Hey! I’m currently working on my first app and got a reorder group wich works fine. The app also is now on my smartphone and i noticed, that it vibrates, whenever I reorder items in my reorder-group...
View ArticleDo modals need defined routes?
I was curious about everyone’s opinion when it comes to routing and modals. Does your modal need a route if it is never accessed through a traditional route in your app, rather through the Modal...
View ArticleWebpack compilation error (mobile app with tabs)
Whenever I compile my mobile app with tabs I get this error: ERROR in Conflict: Multiple assets emit different content to the same filename index.html [vue-cli-service] webpack compiled with 1 error...
View ArticleIs it possible to encrypt/decrypt Ionic Angular Storage?
I am building an app where I store information from a JSON API using @ionic/angular-storage. Some of the data is somewhat sensitive (i.e. I don’t want people to steal it) and I wondered if there was a...
View ArticleNested is appending instead of replacing
For some reason I do not understand the content of every route the user navigates to gets appended to the nested ion-router-outlet, however, when I reload the page the component loaded is the one that...
View ArticleCdk Virtual Scroll
I’m working with Ionic 6 with Angular and Capacito3 As I scroll down the list, there are shots, where the elements suddenly slide upwards. In my opinion, the problem occurs every few pixels that...
View ArticleIonic cordova android platform won't add
I am having a nightmare as always with npm packages and ionic / cordova. I run: ionic cordova platform add android And i get this error: Cannot overwrite directory...
View ArticleReact Ionic and Google Firebase auth errors when using ios mobile application
Hi All, I am currently having some issues trying to integrate Google Firebase authentication into a React Ionic mobile application. So far I have been able to set up the app to run correctly on both...
View ArticleOn click ion button ionic 6.18.1 vue
Hi, this is my code. <template> <ion-page> <ion-header translucent> <ion-toolbar> <ion-title>Blank</ion-title> </ion-toolbar> </ion-header>...
View ArticleCannot read property 'classList' of undefined - Tabs issue
I’ve seen a lot of posts about this in Github but nothing seems to be the same issue for me / resolving it. My gut says we’ve done something wrong in our routes but can’t seem to spot it. Here’s our...
View ArticleWhy the button inside the modal not working in Ionic?
I have created an ionic app. In the followig code, I have created a popover which some contents from json. When button clicked in popover it opens a modal which contain a button with onclick function....
View ArticleAllow location permission question
Hi all. Part of the code is to use the latitude and longitude obtained from the device. The problem I have is that it stopped asking if it is allowed to get the location, so now it does not get the...
View ArticleCan't get app to build that uses cordova and firebase
I am going round and round in circles here, no mater what i do, i fix one issue and then another comes up. I just can’t build this app into android apk when using the ionic/cordova firebase plugins....
View ArticleHow to debug an android app crashing instantly
I have another posts here Can't get app to build that uses cordova and firebase I am literally ready to smash the computer up! The firebase plugins for cordova just cause never ending headaches. I...
View ArticleIonic capacitor build android : white screen
E/ViewRootImpl: sendUserActionEvent() mView == null E/Capacitor/Console: File: http://localhost/ - Line 287 - Msg: SyntaxError: Unexpected token . E/Capacitor: JavaScript Error:...
View ArticleIon-datetime background not correctly rendered in firefox
We recently upgraded to Ionic v6 and I am encountering a bug where the background color on datetime is being ignored in Firefox (96.0.2). Looks fine in Chrome (97.0.4692.71). Using...
View ArticleProper way to start project Ionic+Vue+Vite
Everything is in the title how to implement vite with Ionic Vue, is there a command to do in CLI ? Or what is the best way to do it without CLI. Thanks 1 post - 1 participant Read full topic
View Article