Publishing ionic app V5
Ionic Info : Project Dependencies: “dependencies”: { “@angular-devkit/build-optimizer”: “^0.1001.7”, “@angular/animations”: “^10.1.6”, “@angular/cdk”: “^10.2.5”, “@angular/common”: “^10.1.6”,...
View ArticleCreation of a dynamic NgModule error
I am trying to implement dynamic components by instantiating an NgModule using a template component as follows: createAndCompileComponent(template: string, componentClass: any, extraImports: any[] =...
View ArticleVue 3 , ion-Slides, with loop, hangs on restart
my app uses slides, and i have set loop, so if the user gets to the end they don’t have to page thru all the pages to get back to the start… add const slideOps = { loop:true} at the end we loop thru...
View Articler.constructor.getPluginRef is not a function on HTTP plugin
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticlePHP connection doesn't work on device
Hello everyone, i’m new and i am just trying out a bit with ionic. I tried to make a HTTP Request to a testpage, but it doesn’t work if I test it on the device. Testing in browser it works fine....
View ArticleIn app purchase 2 doesn't retrieve product info on page refresh
Hi there. I am using ionic 3 and in app purchase 2@4. I use this code in .ts file const six_months_membership = 'six_months_membership'; const three_months_membership = 'three_months_membership';...
View ArticleIon-spinners do not spin
I use Ionic-angular and I use the following code in some parts of my application: <ion-spinner name = "circles"> </ion-spinner> I commanded ionic capacitor run android I ran my app on both...
View ArticleCould not resolve all files for configuration ':app:debugCompileClasspath'. >...
Hi I’m developing ionic-v3 project and I have this problem when run ionic cordova build android Could not resolve all files for configuration ‘:app:debugCompileClasspath’. Could not find...
View ArticleImage not vertically aligned in onCol
Dear. I need to add an avatar, which when pressing shows a modal menu. The avatar has to be displayed to the right and in the center of the column. It is currently displayed on the right but not in...
View ArticleFile Chooser plugin permission issue with Android X
Hi, I’m developing an app aimed only at android, and in this app I need resources to select a file inside the device’s storage and then open it using a standard app or send it to a server … I use File...
View ArticleStripe typescript error (ionic v3)
I have an Ionic V3 app that I publish as a PWA. I want to save card information using Firebase as backend (node.js). When I install Stripe using npm install -save stripe (installs the latest version)...
View ArticleUnable to upgrade to cli 6
Hey guys, I already built several production apps with ionic 5 myself and am happy with that. Today I wanted to “just” tryout the vue starter tutorial an failed I started here: Ionic Docs Your First...
View ArticleHello, I'm trying to create a custom popup
’ the character escape for new lines in the code is not working and the label for the input got lost somewhere… Also the popup dismisses when the handler is empty let alert = this.alertCtrl.create({...
View ArticleTask :app:compileDebugJavaWithJavac
Hi everyone, my application run well with ionic cordova run android in a real device and when i run ionic cordova build android --prod --release i get this result cmd979×502 34.7 KB and this is my...
View ArticleIonic 5 tab subpage transition
Hi. in my app with tabs. One of the tabs is the CalendarPage. Every page I open inside CalendarPage (ex: CalendarDetailPage. The route for subpages are in main app-routing.module.ts file) it opens...
View Articlefile.readAsDataURL is not working in ionic 5
I am getting this error FileError: {"code":1,"message":"NOT_FOUND_ERR"} when i call this.file.readAsDataURL(directory, nameFile). Error Here my code: selectFile() { let options = { quality: 100,...
View ArticleVariables not working on html file after onAuthStateChanged navigateRoot
I’m using Ionic 5 with firebase, all is well actually until using onAuthStateChanged function to persist login if there is already a Auth user. see below this.ngFireAuth.onAuthStateChanged((user)...
View ArticleSide navigation - "export 'mentController' was not found in '@ionic/vue'
Hi, I am attempting to get a side navigation running using an ion-menu component with Vue. I’ve copy pasted the usage code from the framework docs into App.vue without success. When serving the ionic...
View ArticleCapicator FileTransfer Can't Download File (Code:3, http_statu:401)
Hi Developers. I have a problem when downloading a file from a URL with FileTransfer Plugin I get the error (code: 3) and (http_status:401) I’m using Ionic 5 Capacitor, Hope to find any solutions Best...
View ArticleHow to make child route component wait for main component to be mounted
I want to make sure every time the app loads the tabs component some async data is fetched and stored in vuex, then when the tab itself is mounted I want to make sure the data is there. Basically, I...
View Article