Using the changeDetectorRef, should I need to?
@dtaalbers wrote: I am rebuilding my current app from ionic v3 to v4 (angular). All is going well but I am noticing that I have to use the changeDetectorRef.detectChanges() function often, much more...
View ArticleTemplate example
@spanky wrote: The super template example appears to not be updated to the current version. It uses outdated modules and such. (It does run and auto detect in the devapp, but cordova isnt working) The...
View ArticleHow to create an application in ionic 4 which can run on android os version 6
@iomJvaranam wrote: I was not able to install the application which was generated through ionic 4, cordova plugin android 7.2.1 and web view 2.3.1. Able to generate the application without any problem...
View ArticleTwo sidemenus: Left opens when item in right selected
@max_maeuschen wrote: I added two sidemenus with the following code: <ion-menu contentId="content" menuId="left"> <ion-content> <ion-list no-padding> <ion-menu-toggle...
View ArticleShow photo taken in cordova on div background-image
@appmudar wrote: Hello friends, I am developing an app in ionic 3, and I came across a problem, as much as I try, I can not display the image I shot using the camera camera in the background-image of...
View ArticleOMG a Blank screen :-/
@haxys wrote: Hi everybody ! I have… …a blank screen (stuck) with no error when i do a “ionic cordova run android” I tried a lot of things that i find on the forum and what is strange is that it works...
View ArticleNeed help with Appflow setup
@movadee wrote: Hello) I need help with Ionic Appflow setup. Please get back to me with a $$$ rate. Thank you Posts: 2 Participants: 2 Read full topic
View ArticleHow to implement number picker on view not on dialog
@pdj wrote: Hello I want to use number picker and searched for it many times but failed because all the plugins are number picker with dialog… I want to view like below should I implement it by myself...
View ArticleIONIC V4 IOS FCM Push Notification Background Help
@wysong wrote: Hi, IOS only works in the foreground and Android works in the background only. When you launch the app, “Connect to the FCM” When you quit the app and go in the background “Disconnected...
View ArticleHow to prevent ionic 3 app from freezing?
@AmmarSalsoft wrote: My ionic 3 app’s scroll on some pages gets stuck on latest ios version only and works again after minimize, I can not upgrade the app to ionic 4 as the app is huge and we don’t...
View ArticleBuild Failed with analytics and fcm
@Harikag wrote: What went wrong: Execution failed for task ‘:processDebugGoogleServices’. Please fix the version conflict either by updating the version of the google-services plugin (information...
View ArticleIonic 4 ibeacon
@Hasifi wrote: Hello All, i am very new to ionic, just started to do some projects. Need a lot of help ;D . I have this code i just write. import { Component } from ‘@angular/core’; import { IBeacon }...
View ArticleIonic apk build errors
@silu44 wrote: I’m trying to add platform so that i can build apk file for my app C:\sudafax> cordova platform add android Using cordova-fetch for cordova-android@^6.4.0 Adding android project......
View ArticleAdding inputs to alertController in ionic 4
@Realfsen wrote: Hey! I’m migrating from ionic 3 to 4, and noticed that i cannot use the addInput() method that existed in ionic 3. Is there any way to do this? I need the ability to either make the...
View ArticleIonic send local notifications while app close
@aligassan wrote: My app is content on flight schedule and every thing working fine . i have put button , that button when user click on he will receive local notifications about flight status he want...
View ArticleOnesignal Register Device issue
@Trivedi wrote: I have an Onesignal Push code which was working in ionic 2 but not working in ionic4 now. Here is the code. import { OneSignal } from ‘@ionic-native/onesignal/ngx’;...
View ArticleUnable to bind a value from document.addEventListener
@dipankar123 wrote: hello guys, i have implemented auto read sms on smsArrived but unable to bind this OTP in ngmodel here is my code watchNewSMS() { this.platform.ready().then((readySource) => {...
View ArticleBuilding App Error
@Pedrosss wrote: with cli running ionic cordova build android no problem but when i try to build in ionic pro for iphone i get the following errors. error TS2307: Cannot find module ‘jspdf’. error...
View ArticleSlider of icons inside ion-row? it is possible?
@Manu333 wrote: How can i achieve something like this? doing something like a slider? it needs to be an horizontal scroll and i dont find anything like that on docs Posts: 1 Participants: 1 Read full...
View ArticleHow to save easier an image taken by the cam on Ionic 4?
@Manel00 wrote: Hi everyone, I’m trying to take a pic and save it on local storage, but i dont know too much about base64 (it’s the type which one retrieves the camera) and i miss some easy way. But...
View Article