Creating Interactive graphics
@JohnCressman wrote: I am trying to create an interactive graphic on one of my pages that will allow me to click on a body part and it will toggle a value behind the scene and then also toggle a fill...
View ArticlePackage build for ios fails
@lautarolorenz wrote: ionic cordova platform remove ios ionic cordova platform add ios works on local, but fails on HUB, with error Exit status of command 'cordova platform add ios' was 1 instead of...
View ArticleHow i get Data from Json Object
@MrTob wrote: hi guys, how i get a json object from an url? the json looks simular like this i tried this but it works only with a array of objects it only returns null. Posts: 1 Participants: 1 Read...
View ArticleIONIC 4 + Laravel CORS
@r2get wrote: ok, i have been searching the web for hours now and found a lot of results but no working ones I am developing a app in ionic 4. Up till now i was using my local “api” to test (which...
View ArticleIon2-calendar - can't bind to ngModel (Ionic 4)
@wekas wrote: Does anyone know why I am getting the following error? Does it not work with Ionic 4? I am importing in my app.module: import { CalendarModule } from 'ion2-calendar'; imports [ ......
View ArticleGood date picker for Ionic 4 (recommendations please)
@wekas wrote: I have tried to use ion2-calendar but I can’t get it working properly with Ionic 4: Ion2-calendar - can't bind to ngModel (Ionic 4) ionic-v3 Does anyone know why I am getting the...
View ArticleIonic2 Phone Simulated Mifare 1 card
@CuiShikang wrote: Has anyone used a mobile phone to simulate Mifare 1 card? I tried https://github.com/don/cordova-plugin-hce ,it didn’t work,In the issues, the author replies that it is troublesome...
View ArticleHow to Increment and decrements item quantity for a specific product from...
@flycoders_sourav wrote: Here is my html code <ion-col col-12 class="pro-listing" *ngFor="let item of product_list ; let i=index" > <ion-avatar item-left...
View ArticleGit flavoured markdown for ionic v4?
@kchurst wrote: I’m looking for a git flavoured markdown editor for my ionic v4 app. Does anyone have any suggestions to something that comes with a MIT/Free license? I want to be able to make the app...
View ArticleHow to handle Hide/ Show on four button in ionic
@pt2609 wrote: I have four buttons initially first button is visible when i select photo second button gets visible and first gets hide and again select photo on second button third button gets...
View ArticleIonic form format changing from floating to rectangular box
@saif wrote: I created a login form using ionic4 which yields me a floating text row to enter the login credentials. below is the code. <ion-content> <ion-title class="ion-text-center"...
View ArticleIonic 4 Electron Auto Update
@billygerhard wrote: Has anyone setup Ionic 4 with Electron using Capacitor, and setup auto updates? Anyone have any code examples, or tutorials on how to set this up? Posts: 1 Participants: 1 Read...
View ArticleIonic 3 FTP Tutorial
@simonkincaidkintroni wrote: I have looked all over the place, and I cannot find a satisfactory tutorial on how to actually get FTP properly working. I can connect to an FTP, but I cannot download or...
View ArticleIonic 4 D3 styling scss class
@BrentAshWilliams wrote: Hi, I am in the process of porting my app from ionic 3 to ionic 4. I use D3 for the creation of a meter. None of the styling is working. The entire meter is black. I am...
View ArticleBypass lockscreen on android and ios
@Emtwo wrote: hi im tring to build a cordova music app and for that i need a way to overlay lock screen and show my own view there is it possible with cordova Posts: 1 Participants: 1 Read full topic
View ArticleHow To Get Better At CSS
@Shmoji wrote: I have been making an app for a while now and I have noticed a reoccurring issue. I do not seem to be getting any better at laying out my app in a pretty way which means I am not...
View ArticleIonic 4 Custom input inside
@mtarroyo wrote: My application was created using the ionic-cli 5.0.2. I have the above structure for my form: <ion-list> <ion-item> <ion-label>Password</ion-label>...
View ArticleIonic and angular grid not dynamic in android emulator?
@GeauxOnAndOn wrote: My first post so first HELLO!! I have a project, (ionic 5, angular7, cordova) that runs fine in the browser but not so happily in the android emulator. Main problem is I have a...
View ArticleIn App Purchase 2 vendor.js error
@plaidfox wrote: Good Afternoon, I’m currently working on trying to integrate In App Purchase 2 (https://ionicframework.com/docs/native/in-app-purchase-2) into my Ionic 3 app and have been running...
View ArticleNav push not changing view in app component
@tgmosinn wrote: So as the title says I have a menu on app.html, when I push with Nav I do get in the console log ionViewDidLoad but the page stays the same. export class MyApp { @ViewChild(Nav) nav;...
View Article