Ionic 4 navigation loding chunk error
@gsoulie wrote: Hi all, I am trying Ionic 4 before migrating all my projects in v4 and i have a problem with routing. According to the documentation on routing, i am using...
View ArticleIonic 4 - Android white screen for sidemenu templete
@Appslanka wrote: I face a new issue with ionic 4 - android. I tried with diffent api level of android. But for the templete Side menu I get the blank white screen Ionic: ionic (Ionic CLI) : 4.6.0...
View ArticleIonic Opencart Mobile App
@iextendlabs wrote: Recently we built ionic based opencart mobile app that is sync with opencart for all of the data via api. It have following features search products categories place order apply...
View ArticlePhoto library picture taking issue. the picture does not appear
@decekze wrote: upload.ts fetchPhotos() { this.photoLibrary.requestAuthorization().then(() => { this.photoLibrary.getLibrary().subscribe({ next: library => { this.photos = library;...
View Articlephoto library picture taking issue. the picture does not appear
@decekze wrote: Help Me !!! upload.ts fetchPhotos() { this.photoLibrary.requestAuthorization().then(() => { this.photoLibrary.getLibrary().subscribe({ next: library => { this.photos = library;...
View Article[Problem] Testing on Android tutorial required
@gargoor wrote: Dear Sir/madam, I am not able to find any exact precise steps to test my code on a real phone, not an emulator. Can anyone please guide me , , I have Android 4.1.2 ,Samsung s2 DUOS?...
View ArticleDependency injection of FirebaseAnalytics from...
@msob83 wrote: I have imported the FirebaseAnalytics and injected to my class as below: import {Injectable} from '@angular/core'; import {FirebaseAnalytics} from...
View ArticleIonic 4 - XML Parsing with XML2JS and HTTP from angular
@CreativeArtDesign wrote: IONIC 4 does NOT work for me (IONIC 3 working) What have changed?’ I am trying to parse a XML file from my assets/xml/myfile.xml files… I am using XML2Js @angular/common/http...
View ArticleDifferential builds with Ionic-v4 - exclude unnecessary dependencies
@KristjanLaane wrote: We have some classes (services/providers) that are specific for Android only and we would like to not include them when building our PWA or our iOS app. Similarly, we do not...
View Article[ionic 4] ion-back-button
@julianacristina8 wrote: Hi, I’m trying to add a back button with the menu-button, but isn’t showing, just the menu button. Anyone can help me? <ion-header> <ion-toolbar > <ion-buttons...
View ArticleHow can I put custom component inside the alert dialog?
@priniqkelvin wrote: I’m using the angularx-qrcode library to generate the qr-code. I would like to display the qr-code inside the alert dialog box. The following code just show a dialog with the...
View ArticleError White Screen After Update Ionic
@namleffff wrote: After i updated ionic last version. Here my Ionic info Ionic: ionic (Ionic CLI) : 4.9.0 (C:\Users\Hai Nam\AppData\Roaming\npm\node_modules\ionic) Ionic Framework : @ionic/angular...
View ArticleApp publish Issues
@devsid wrote: Hi, I am using firebase messaging in my Ionic 3 application, when publishing the app on Google play, If someone downloads the app from Google play, Firebase messaging is not working...
View ArticleIONIC V4 - How change animated loadingcontroller?
@luisandro wrote: How change animated loadingcontroller on ionic v4? Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 - Read image files from Firebase and display them
@Ionic_Newb wrote: HI , I’m looking to read image files from Firebase and display them as a list on my ionic 4 app. Can anyone point me in the direction of a good example of tutorial. Thanks Posts: 1...
View ArticleIssue on google play detection of the app for huawei mate 10
@mahmoudfathy0 wrote: hi guys , we have a weird issue in our ionic 3 mobile app , the issue is that we have two apps on google play one for mobile , and the other for tablet , to allow the app store...
View ArticleHow to send TLV command through BLE in ionic app
@Yruama wrote: I’m working on an app who communicate with a raspberry through BLE (https://ionicframework.com/docs/native/ble/). I want to send a command to the Raspberry and get the result. The only...
View ArticleIonic-framework ios build failed - socialsharing - appversion
@persiscal wrote: i have this problem when try to build iOS in Ionic pro service. SocialSharing and AppVersion are added correctly in the project, always build and compile ok, but now i have this...
View ArticleStyle slotted elements in components
@JerryBels wrote: Hello, I’m migrating my app from Ionic V3 to V4. Almost done, except… I’m having a hard time with styling. For example, I migrated my html to something like this, using slots :...
View ArticleDetermining ModalController display mode?
@jchuah wrote: Is there a way to determine whether or not the ModalController is going to display as a full size page navigate vs. a modal? Checking to see if ‘tablet’ is in the platform list isn’t...
View Article