Getting a build error because of a cordova version
@brunofcs wrote: The ionic pro build is returning this error: “Using requireCordovaModule to load non-cordova module glob is not supported. Instead, add this module to your dependencies and use...
View ArticleProblem with appflow generating a new build package
@levinvm wrote: I have a problem when i generate a package in appflow, it says this Exit status of command 'cordova platform add ios' was 1 instead of 0. Yesterday i build the same package with the...
View ArticleI can not connect to the ionic application server through my smartphone.
@RafaelPer wrote: Hello my friends, I am not able to connect to the ionic server using 3G from the cell phone, the wifi on which the machine is connected and the local browser I usually get, however...
View ArticlePickerController that changes it's columns based on selection
@madriano wrote: In Ionic v4, I’m trying to create a picker that will change one of the columns based on another, more or less in the same way ion-datetime does. Since the documentation doesn’t have...
View ArticleClarity on Ionic 4
@eno wrote: I used Ionic 5 years ago (!) to build an Android and iOS app. I have since been away from the Ionic world but now find myself in a new role where I am once again evaluating what to use to...
View ArticleKeyboard pushing header content on focus
@nazehs wrote: WhatsApp Image 2019-04-10 at 11.52.16 PM.jpeg498×1080 35.9 KB WhatsApp Image 2019-04-10 at 11.53.09 PM.jpeg498×1080 30.8 KB I have this project on the screen dump were I am having...
View ArticleIonic4 Alert Dynamic Checkboxes
@RaulGM wrote: Hi, everyone! I am migrating from Ionic V3 to V4. I used to have an alert with dynamic checkboxes. The code used to be like this: let alert = this.alertCtrl.create (); alert.setTitle...
View ArticleIonic 4 nav.getActive() replacement?
@tomhartz wrote: I need a way to get the current page instance from a callback within app.component. Getting url from the router is insufficient, i need the instance so i can invoke page methods. I’ve...
View ArticleIonic 4 ion-slides loop is not working
@garyc2232 wrote: Hi, i am using ion-slides component and i want it can work with loop effect. But i have tried to set <ion-slides loop="true"> or <ion-slides [options]="{loop: true}"> ,...
View ArticleHow to open specific tab from other page?
@jaygajjar40 wrote: i have following pages MenuPage DashboardPage ( contains tabs ) - New Task Tab Page - Open Task Tab Page -Profile Page Detail Page here menu shows 2 item DashboadPage ( which lead...
View ArticleGoogle voice actions with Ionic 4
@prudhvirajdandi wrote: Hi… is there any cordova plugin to add some word to google voice actions from ionic4 Application like Siri Shortcuts plugin? so ok google + word , based on this, it should open...
View ArticleContent are not scrolled in the iphone7 in ionic3?
@RomnEmpire wrote: Hi, After generating the ios build i have scrolling issue in the in iphone7 device but in the another ios devices scrolling working properly but in the iphone7 scroll not working...
View ArticleIs it possible to hide ionic version number
@kikilai1116 wrote: I’m using Ionic version 3.9.2 My customer complains that they can check ionic , angular version when they inspecting the websites. Is it possible to hide all version number? If...
View ArticleProblem with diagnostic
@neumotngayem wrote: I try to get the the Bluetooth state with diagnostic in Ionic 4.12.0, but it gona someproblem here this.diagnostic.getBluetoothState() .then((state) => { if (state ==...
View ArticleTaking EXISTING Ionic App and Releasing as PWA?
@newideasllc wrote: I have an existing dating app type app running on iOS and Android created with ionic. Works great. Due to changes at Apple, I need to release the app to run through the browser and...
View ArticleProblem with ionic-pwa project
@stemmo wrote: Hello everybody, I created a new PWA project running ‘npm init stencil ionic-pwa’. the project is called ‘testpwa’. When I type the command ‘npm start’ I have some errors:...
View ArticleGet base64 from fileUrl
@Asslai wrote: get base64 from fileUrl that hasn’t any extention-type … any suggestion please ? thanks in advance Posts: 1 Participants: 1 Read full topic
View ArticleOn IOS, Stripe payment button is hidden by the keyboard
@JerryBels wrote: My app integrates with Stripe for payment purpose, but I have an issue on IOS… People can’t pay. The payment button is hovered over by the keyboard, and there is no button to close...
View ArticleAllow the package.json to define the cordova version for Pro builds
@nvahalik wrote: I’ve already responded to the support ticket but this is a big enough issue that I think someone needs to just come out and set everything straight as to what is going on and why. In...
View ArticleNullInjectorError: No provider for Config!
@kawthar1 wrote: Hello, I am trying to navigate between pages using Router but i can’t get it to work can any one help me here : import { Router } from "@angular/router"; . . . constructor(public...
View Article