Ng serve failing to compile in ionic 4
@Vigors wrote: Hi, My application suddenly can’t run a ng serve or ionic cordova build android anymore. First some config was emptied, possibly by visual studio code, so I ran the command as per this...
View ArticleMenu is always disabled on first load unable to click or navigate to pages
@Prasvk wrote: HI, I am new to ionic I have created a new project with blank template. I have menu which is always disabled when the application is loaded. I can’t click anything in the menu-inner...
View ArticleHow to send id as per onclick on that card to next page
@pt2609 wrote: I’m trying to send onclick id to the next page. i’m able to send only specific id to next page like using below code: this.navCtrl.push(ChecklistPage, { checklisttNo:...
View ArticleProblem when creating new app
@tutosfaciles48 wrote: I type ionic start appName sidemenu but a permission error occur when npm try to deleting something I equally try on WSL with ubuntu but the same error appear I’m using node...
View ArticleIonic cordova build android --release --prod, production flag not working
@salei wrote: From what I read, ionic’s --prod flag is meant to reduce the size of my APK. When I run the given command there is no failure, but on the other hand, I don’t see that the build took into...
View ArticleIonic 4 - Low performance in load grid
@SidiBecker wrote: I’m using a infinite scroll of a ion-grid: <ion-row> <ion-col size="12" sizeSm="6" sizeMd="6" sizrLg="4" sizeXl="4" no-padding *ngFor="let item of items">...
View ArticleHow to draw an image onto canvas?
@bc_uk wrote: I need to draw an image onto a canvas. I then need to draw a box outline on top of part of the image. I have a canvas already working in my app, and am able to draw a rectangle onto it....
View ArticleIonic : how to use Infinite Scroll for displaying contact list
@ajaykdutta wrote: I am using Ionic4 . I am trying to display the phone contact list but the loading time for the list is too slow. I want to use Infinite Scroll but its not working . I am new in...
View ArticleIonic Camera and Amazon Fire HD 10
@arcadius wrote: Hello. I have an Ionic/Cordova app that uses the front facing camera. The app uses https://github.com/apache/cordova-plugin-camera The app works very well on all android devices. I...
View ArticleBarcode Scanner was giving a run time error
@dogac wrote: I imported import { BarcodeScanner } from ‘@ionic-native/barcode-scanner/ngx’; and I installed barcode scanner ngx. While it was scanning in another project, it does not work in a bigger...
View ArticlePerformance : Only include one style
@Dinath1 wrote: I had some CSS issues on an older tablet (Android 4.2). I read on the internet that since I need only md style, I should not embed for example ios style in my app. My www/svg/ folder...
View ArticleScreen orientation not detected in ionic 4
@jai-g wrote: Used the below implementation for screen rotation plugin: import { ScreenOrientation } from ‘@ionic-native/screen-orientation/ngx’; Below this.screenOrientation.onChange().subscribe( ()...
View ArticleRemote Ionic PWA app from scratch
@gonzalokonatech wrote: Hello, We are looking for one experience Ionic PWA developer to create and develop an app from scratch using a solid code structure and the best practices available. The...
View ArticleIonic plugin not installed
@evripides wrote: Hello! I have an issue only with android build, when I running on emulator or device android I get the error that ALL plugins are not installed, on ios emulator or device I dont have...
View ArticleIonic4: Multiple Sliders Bug
@ignacioghRZ wrote: Hello everyone! I’m a bit of newbie and in the app, I am working on, I was able to set up all the ionic sliders I need within the app without a problem. The problem arises when the...
View ArticleIon-range showing anything
@ramonzo wrote: Hi. I’m trying to use ionic range tag , but not showing. I try very examples but nothing works… Literally appears a box with numbers, but not show the input. I try everything… my code:...
View ArticleIs app/app.module.ts included in a new deploy?
@timk wrote: When I added a new module, I forgot to add the necessary lines in app/app.module.ts. Can I just do a new deploy to fix this, or do I have to recompile a new package? Come to think of it,...
View ArticleInstagram Sharing to Stories
@Cloutr wrote: Instagram Platform recently released their new docs for sharing to Instagram stories (Docs). I couldn’t find any method to do this on web or any resources for using custom URL schemes...
View ArticleChange background color of ion-item-sliding
@JEricaM wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleResolution implementing on android studio!
@droggam wrote: are there any working solutions for the Ionic capacitor, native. I’m building an HTML game and porting it to android Is there a workaround right now I have to resize to fit the android...
View Article