Ionic Code Push / Hot Update causes change from Production to Development...
@brianivander wrote: I’ve followed this steps (https://ionicframework.com/docs/appflow/quickstart/installation) and allow my app to receive code push / hot update through ionic Appflow. However now I...
View ArticleTranslated text not presented on screen
@whereskeem wrote: Using nx-translate I populate an array with text. This array gets populated during ionViewDidEnter(). On the HTML page I pass the array to a custom component called verify-form...
View ArticleSqlite with firebase database in ionic 3 or 4
@960hrt wrote: Can I use sqlite with firebase database in ionic 3 or 4 Nd how should I implement it? Posts: 1 Participants: 1 Read full topic
View ArticleGyroscope in ionic
@Anouar1911 wrote: how can i use the gyroscope commande in my App Posts: 1 Participants: 1 Read full topic
View ArticleCordova-ios v5.0.0 + ionic deeplinks broken
@_oliver wrote: Just a heads up for everyone that uses the above setup. I created two tickets, hoping that someone with sufficient (plugin) coding skills can pick this up:...
View ArticleImage not showing in iOS device
@rubenmgar wrote: Hi, I’ve a problem with an image, running in device (iOS). The image is a background-image, for “barra”. “barra” is a ion-toolbar in ion-header. This code is in app/app.scss .barra {...
View ArticleIonic 3 prepopulated database always create new db, it is unable to find from...
@vcass wrote: private options = { name: “student.db3”, location: ‘default’, createFromLocation: 1 }; this.sqlite.create(this.options).then((dmis_db: SQLiteObject) => { dmis_db.executeSql("SELECT*...
View ArticleIonic life cycle hooks are not getting called
@truptijoshi21 wrote: Using ionic-v3: We have add button on home page,on click of which modal will be opened to add notes. After closing of that modal, no ionic life cycle hooks are getting called...
View ArticleClick-to-Call APP : IOS return
@Aphelion wrote: Hello, i’m trying to emprove a click-to-call experience from my app and i didn’t know how to remove the IOS popup when number is sended to dialer. I’m using Callnumber from Ionic...
View ArticleIonic v3 weried issue
@lalitv wrote: Please help me with the issue which I have never seen before. The issue is when the page comes from multiple redirects then some of the features on the page are not working properly....
View ArticleEmulator Showing Blank Screen
@OmDIonic wrote: Hi All I am developing Ionic app but while testing on Android emulator it is showing nothing after splash screen. Ionic Info: Ionic: ionic (Ionic CLI) : 4.10.2 Ionic Framework :...
View ArticleGoogle maps autocomplete place
@1Abhinavmaurya2 wrote: Implemented native google map in our app but i don’t no how to add autocomplete place API anyone can help me. Posts: 1 Participants: 1 Read full topic
View ArticleTrigger ion-input focus when ion-icon clicked
@Sasol wrote: Good day all I am building my first ionic 4 mobile application, and have a question about how label, icons and other elements can be connected to a form input. In normal HTML forms you...
View ArticleSet background image - Ionic 4
@InfantJoseph wrote: I want o set background image for Ionic 4 Application (all page). This was pretty straight forward when using Ionic 3 but the same approach didn’t worked here. I read the theming...
View ArticleIonic 4 tabs navigation error
@mavillavishnu wrote: Hello all, I am working on an app where on click of a button redirects to a new page with tabs “project-details”. I have created the routing for the page too. Here is the...
View ArticleCheck media file exists
@Gesti wrote: Hello I’m using ionic v3. I download and save an audio file this.file.writeFile(this.file.externalDataDirectory, fileName, xhr.response, { replace: true }) .then(success => { audio =...
View ArticleIonic V3: Mylocation button is not working :Google maps
@naveenvuppu wrote: My location option not showing in google maps. loadMap() { this.geolocation.getCurrentPosition().then((position) => { let latLng = new...
View ArticleFirebase iOS key restriction not working
@didigrand wrote: Hello, We have put restriction on the Firebase keys through the Google API console, and it’s working correctly for the Android key (app ID + SHA1) and the web key (IP address). But...
View ArticleIonic with Phaser game in inappbrowser
@CroStudio wrote: We want implement mini Phaser game inside Ionic app which can be played inside inappbrowser. So basically game is set on standard host, we used Firebase host for it. In Ionic app we...
View ArticleOneSignal integration -
@lsantaniello wrote: Hi guys, I integrated Onesignal library into my app but when I try to init, I have an exception. my app.component.ts this.oneSignal.startInit(APP_ID, FIREBASE_SENDER_ID );...
View Article