[Ionic Vue 3] Reactivity not working?
Hello, Before I use Ionic I had this piece of code: <div v-if="curDownloadRate !== -1"> <p>Download: {{ curDownloadRate.toFixed(2) }} mb/s</p> </div> <div...
View ArticleBuilding ionic v3 apk
hi, I’m trying to build apk for ionic 3 project and I’m having this problem below, any help? I spent days searching and nothing helps could it be a connection problem?? What went wrong: A problem...
View ArticleIonic cordova android cordoiva-plugin-app-preferences error
I get the following error when trying to add an android as a platform. I used to use android 7.1.4 till now and it was working, I am now trying to use android 8.0.0. BTW, I had problems...
View ArticleInstalling vue plugins in ionic vue
Hey… I am trying to install i18n plugin using the following command: vue add i18n the output: Installing vue-cli-plugin-i18n... + vue-cli-plugin-i18n@1.0.1 added 12 packages from 12 contributors in...
View ArticleMake class import by component dynamically (Ionic + React)
I followed Udemy course where it says I can modify the webpack config file in order to import classes easily. This is simple for only React. import classes from './InputField.css'; However, with Ionic...
View ArticleHow to add Tailwind CSS to Vue Ionic
it’s posible to add Tailwind CSS to Vue ionic 1 post - 1 participant Read full topic
View ArticleIon-select value doesn't change on data change
Hello, I have following code: <ion-select placeholder="Auswählen" value="rundenzahl" okText="Okay" cancelText="Abbrechen" [(ngModel)]="rundenzahl"> <ion-select-option...
View ArticleHi How to import multiple components globally? (Vue js)
Importing component to every vue file, it could be a tedious work, so why not import App.vue file once and use globally. 3 posts - 2 participants Read full topic
View ArticleGlobal function in ionic 5
Please how i can create function in app.compenent and call in other pages 5 posts - 3 participants Read full topic
View ArticleIonic-image-loader it's not working solve this issues
hai i am using this package ionic-image-loader.Capture1366×440 19.8 KB i got this error. Warning: Entry point ‘ionic-image-loader’ contains deep imports into...
View ArticleIs is possible to use javascript in ionic 5
help me to find a better solution to use javascript in ionic 2 posts - 2 participants Read full topic
View ArticleDynamic className in Ionic + React not working
I’m trying to pass className dynamically for components. import { IonRow, IonItem, IonLabel, IonCol, IonInput, IonTextarea } from '@ionic/react'; import React from 'react'; import './InputField.css';...
View ArticleOffline video
How to build app with offline video like youtube in ionic? 1 post - 1 participant Read full topic
View ArticleIon-infinite-scroll's ionInfinite not firing
Try as I might, I cannot get infinite scroll working. I have tried all kinds of different thresholds but still ionInfinite does not fire. HTML: <ion-content> <div *ngIf="!isLoadingError">...
View ArticleHow to sum selection multi option?
HTML: Food <ion-select multiple="true" cancelText="Close" okText="Okay!" [(ngModel)]="signup.state" (ionChange)="getcitylist($event)" placeholder="Please Select "> <ion-select-option...
View ArticleIon Slider stuck a while on the first slide and then slide
I am using a ion-slider with following slide options. slideOpts = { slidesPerView: 3.5, loop: true, centeredSlides: false }; I fetch the data from Firebase to the slider....
View ArticleReferenceError: Cannot access 'PageModule' before initialization
Everything was working fine and without any major code changes I am receiving this error all of a sudden: image699×315 14 KB 1 post - 1 participant Read full topic
View ArticleProblems with build on ipad
Hi all, i have an issue and doesnt know how to look for errors… my actual situtation: android build works fine ios build for iphone works fine ios build for ipad dont works also but area is empty ios...
View ArticleStatus bar in Ionic keeps flashing or stays white
Problem The status bar in our and the ionic example (list and conferenceapp) apps flashes white and then stays white. It sometimes keeps flashing which is annoying. What is expected to happen? The...
View ArticleIonic angular google play services conflict version
I am having this problem while building ionic apk any help? FAILURE: Build failed with an exception. What went wrong: In project ‘app’ a resolved Google Play services library dependency depends on...
View Article