All Questions
Tagged with ionic-framework javascript
8,470 questions
0
votes
0
answers
45
views
ESLint Not Working with Ionic and Capacitor (Android/iOS) - JavaScript Heap Out of Memory
I’m working on an Ionic Angular project with Capacitor, and I’m facing an issue where ESLint is not working properly. When I run eslint on my project, it fails with the following error:
FATAL ERROR: ...
-2
votes
0
answers
38
views
Keyboard over the input when input in focus in Reactjs when using Capacitor framework
I have a Reactjs app written in TypeScript using Vitejs and I am using capacitor framework.
I have a login screen and there are some inputs some towards the top of the screen and some towards the very ...
0
votes
1
answer
86
views
Not able to use the LiveUpdate Capacitor plugin for self hosted services | Capacitor Live Update Plugins
I have a Vue.js-based application and I am using Capacitor to build the mobile app.
The mobile application is working fine as expected but I am facing an issue with using the live-update plugin using ...
1
vote
1
answer
76
views
@IonChange does not fire in ion-datetime component (vue.js)
Problem
I'm using Ionic v8 with Vue 3 and have a component that wraps an <ion-datetime> inside an <ion-modal>. The modal is triggered by a button in the parent component using a unique id ...
0
votes
0
answers
16
views
ionic vue, bottom nav not rendering display in mobile
I have this layout in my ionic vue codebase,
<template>
<ion-app :class="[className, 'overflow-y-scroll home__bg']">
<ion-split-pane content-id="main-content&...
0
votes
1
answer
56
views
I tried to change the CSS of an Ionic element
I'm trying to learn Ionic with Vue.js.
I want to do something simple: just change the background color, but it doesn't work.
I don't found good documentation explaining how can i do that
<template&...
0
votes
0
answers
33
views
TypeError: animationBuilder is not a function
So the whole error is as follows:
@ionic_vue.js?v=bbc2dfce:18984 TypeError: animationBuilder is not a function at animation (chunk-YNRD7USV.js?v=bbc2dfce:838:17)
I know I can disable the entire ...
0
votes
0
answers
45
views
Enable Offline Functionality for Ionic Web App
I'm not a developer, but I do work on some small coding projects for my wife's company. I've built a vehicle inspection SPA app in vanilla JS Ionic. A key requirement is that the app continue to ...
0
votes
0
answers
77
views
my horizontal scroll is visible but does not work
I am creating an app in Ionic, I have a tab that shows a total of 7 cards but I want them to be displayed as horizontal scroll that only 4 can be seen and the others when scrolling, if the 4 are shown ...
0
votes
1
answer
43
views
onAuthStateChanged doesn't return the initial null value on iOS
I am migrating an Ionic/Angular app from using a combination of Firebase and Angular/Fire Namespace compat libraries to the Angular/Fire modular libraries.
The updated code, using @angular/fire ...
1
vote
0
answers
69
views
Capacitor Plugin Unable to Communicate Between Bridge to Vue App
I am looking to add the ability for communication between my Main App (ios App) and my Vue/JS code. I want to pass a token from my iOS app to the Vue code. I believe a Custom Plugin would enable me to ...
1
vote
1
answer
38
views
Logged-in verification on Ionic
I'm trying to use ngOnInit to verify if a value is set on the app's localStorage, but it doesn't work.
this is what i have now:
this is the function that logs the user in the app
async login() {
...
0
votes
0
answers
196
views
Infinite Vite HMR updates to tailwind.css file - Ionic project
I have an Ionic+React+Tailwind+React project. I am relatively new to frontend development, especially Vite. When I run my project, I see there are "HMR updates" in a loop coming from the ...
-1
votes
1
answer
283
views
Ionic Capacitor Android App can't access Internet
I have an Ionic + Vue project and I’m using Capacitor to add the Android platform to my project. The app runs correctly both on the Virtual Device and on my Xiaomi Mi A2, as it shows my Login screen I ...
-1
votes
1
answer
455
views
Update Angular 18 issue
I'm migrating an Ionic Angular Project to Angular 18.
After I updated the packages I got the following Errors:
Error:
1. If 'ion-searchbar' is an Angular component, then verify that it is part of this ...