Ionic-4, ngrx, error handling
@michaelkariv wrote: I am using ngrx (redux like) library as a core of my app. I have effects (an ngrx term, something that listens to system-wide “actions” and react to some of them) that operate...
View ArticleCORS issue on simulator
@ramashishb wrote: Hi, I am running into CORS issue on Android simulator. I have set ‘Accests-Control-Allow-Origin’ to ‘*’ to enable CORS on my APIs, but am getting the following error: A wildcard ‘*’...
View ArticleDisable horizontal scroll for maps
@lunneyd wrote: I have map displaying but if I scroll down it covers all the phone page sometimes so I can’t scroll up or down as instead it the the map that scrolls rather than the screen. Any ideas...
View ArticleHttpClient not working on IOS Device
@thomasmd wrote: Hello everyone, i need some help with my ionic projet. I use Youtube Api to get a video Id and then open the video with InAppBrowser plugin. It’s works with my browser and the ionic...
View ArticleNo toolchains found in the NDK toolchains folder for ABI with prefix:...
@cdwebinfo wrote: This error comes due to NDK version mismatch, To resolve this error you have to download an older version of NDK and need to remap NDK path. Then you can build the project...
View ArticleFirebase added to Android project via Capacitor, even when the plugin is not...
@vance wrote: Absolutely, 100% no firebase-messaging in our src config.xml, plugins.xml, or any of our package.json or dependencies. I do find a reference in the AndroidManifest in...
View ArticleIonic serve - connect to localhost through SSH
@scattana wrote: Hi all! New to ionic and app development, though I’ve done quite a bit of work with networking and I’m familiar with web dev. Trying to run a sample Ionic (v3) project which I set up...
View ArticleIon-img only showing randomly - component init issue (hopefully easy fix)
@wekas wrote: I am displaying an image in a modal. It works fine on web but on an Android device it only intermittently shows the image (otherwise it shows a no image placeholder). If I get closing...
View ArticleIon-modal called but not showing
@vcjoo wrote: FitModalPage is my modal-page import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-fit-modal', templateUrl: './fit-modal.page.html', styleUrls:...
View ArticleBase64 image broken ios
@Oliziplok wrote: Hi, I have a probleme with diplaying base64 images. When I upload an image from the camera in a base64 format i’m able to displays it via ionic devapp but when I build it from Xcode...
View ArticleDevApp: plugins not installed in command console, but works in browser and...
@8bhsolutions wrote: Hi, I’ve writing a Ionic App that uses several plugins (which are supported on by DevApp). Testing via the browser works fine. Testing via Emulator also works fine. When I test...
View ArticleUnable to use any new plugins on my Ionic 3 project
@vasanthb wrote: Hi, I have a project, that was build on version Ionic 3. I have not updated my CLI to Ionic 4, as it is not necessary to me . Now after I install any plugin it says, greater version...
View ArticleIonic 4 hosted www folder content showing blank screen
@ionictgraj wrote: Ionic: ionic (Ionic CLI) : 4.12.0 (C:\Users\user\AppData\Roaming\npm\node_modules\ionic) Ionic Framework : @ionic/angular 4.0.2 @angular-devkit/build-angular : 0.12.4...
View ArticleType Error:cannot read property of 'split' is undefined?
@karthikaivel wrote: Hi, I need to sqlite storage usages but here show the error.how to remove that. image.png1366×768 190 KB sqlite coding for given image image.png1366×768 176 KB Please clearify...
View ArticleFacebook app events
@hasnainsakir001 wrote: Hi, Am trying to Integrate the Facebook SDK in my ionic app for App events tracking. Currently am following the steps mentioned in my developers account, but its not working ....
View ArticleIon-range RTL
@ubaidgul wrote: ion-range not changing direction RTL and also don’t move the slider. Posts: 1 Participants: 1 Read full topic
View ArticleCould not find support-compat.jar (com.android.support:support-compat:27.1.1)...
@JeongJun wrote: I am using this version below. “@ionic/angular”: “^4.1.0”, “cordova-android”: “7.1.0”, When I make android version by “ionic cordova run android”, the error emits. Could not resolve...
View ArticleNgOnInit does not works in tab pages second time
@LacOniC wrote: There are some topics about this problem but they are outdated. I use Ionic 4.1.1. When i navigate between tabs, NgOnInit does not fire second time. It only works once. So if i change...
View ArticleIonic Chartjs line Chart IOS render problem
@christopherchu96 wrote: I am using ionic framework to develop an app in Android and Ios environment. There is a chart in my app which is a line chart showing continuous data over datetime. I employed...
View ArticleCordova plugin plush not display status bar notification on android version8.1.0
@demokumar wrote: My projects info is ionic (Ionic CLI) : 4.10.2 (C:\Users\User\AppData\Roaming\npm\node_modules\ionic) Ionic Framework : ionic-angular 2.0.0-rc.4 @ionic/app-scripts : 1.0.0 Cordova:...
View Article