I am stuck in show the notification badge on app icon when $cordovapushV5...
@Priyanka4010 wrote: $rootScope.$on(’$cordovaPushV5:notificationReceived’, function(event, data) { console.log(data.message) var count = parseInt(data.count); if (data.additionalData.foreground ==...
View ArticleNo installed build tools found
@mostafaionic wrote: Hello , as mentioned in the title , I have a problem when I run my project cordova run android You have been opted out of telemetry. To change this, run: cordova telemetry on....
View ArticleRes.json not a function
@wandie wrote: helo i have this error and am wondering why the code isnt working this.http.get(‘http://slickstars.com/api/traffic_updates’) .map((res: Response) => res.json()).subscribe(data =>...
View ArticleProperty data doesnt exist on type response
@wandie wrote: i have this error when fetching json data from server,how can i fix it Property ‘data’ does not exist on type ‘Response’. src/providers/fetch-data/fetch-data.ts .map((response:...
View ArticleSocialSharing -> How to post a message of Facebook
@JEricaM wrote: In my app I’m using the social sharing plugin with generic sharing, twitter, whatsapp and facebook. All the methods works properly except Facebook that shows me a blank window. I read...
View ArticleHow to show Firebase database connection error alert when viewing Ionic 3 app...
@APPi_Mobile wrote: Good day, I’m working on an Ionic 3 app and for the sake of a good User Experience I would like to show an Alert Controller pop-up that asks the user to make sure that they are...
View ArticleDeeplinking and dynamic link - HELP!
@Tartons wrote: Hi there, I’d like to know how can I generate a link inside my app that direct to an specific page of another app which had been already installed. Like a link that go to the compose...
View ArticleError on ionic cordova build ios
@Abzalassembekov wrote: On Ionic 1, giving me this error on trying to build ios, tried to remove and add platform, still the same error: (node:2352) UnhandledPromiseRejectionWarning: Unhandled promise...
View ArticleIonic + Tensorflow
@JimboJ wrote: Has anyone any experience of using tensorflow and ionic? Looks like someone has tried to create a cordova plugin though it looks pretty out of date:...
View ArticleLive reload not updating code changing correctly
@Natanael4354 wrote: Sometimes, when I change and save a layout, component, page or class, the version of the application showing in the browser is a older version that the one showning a minute ago....
View ArticleEdit current installed plugin
@marwah94 wrote: Hello everyone, I’m new to ionic and I needed to customize FCM plugin onMessageReceived() to do something under certain condition. When I build my app nothing new happens. My question...
View ArticleSilent switch not functioning properly
@joe_scotto wrote: In my app I’m playing video and audio. If I launch the app with the silent switch on, it will work as expected and have no audio when it’s silenced and audio when it’s not silenced....
View ArticleError storing item cordova_not_available
@amjado3 wrote: I Install Native Storage By run these commands $ ionic cordova plugin add cordova-plugin-nativestorage $ npm install --save @ionic-native/native-storage git.PNG806x459 126 KB And I...
View ArticleGoogle map Native shows blank after navigation from Tab page
@bhandaribhumin3i wrote: Short description of the problem: Currently loading google map on in tab page. On clicking on marker of map navigating to the new map page but new map page shows blank screen...
View ArticleBuild Ionic 3 with Phonegap
@bilow wrote: Hi, I’m trying to build my Ionic 3 app with Phonegap but the app stays at the splashscreen (should close programmatically). On my local Android (emulator) build it works as it should...
View ArticleIntegrating with VSTS?
@nerdares wrote: So I want to be able to utilize Visual Studio Team Services as my main host for my ionic project using Git. But I still want to link it with the git providers that Ionic gives you...
View ArticleUsing Angular library in ionic 3 project
@hselmi wrote: I’m trying to use ngx-country-picker what I’ve done npm install ngx-country-picker --save then import library in the app.module import { CountryPickerModule } from 'ngx-country-picker';...
View Article[ts] Type 'typeof HomePage' has no properties in common with type 'Component'
@yosvaes wrote: [ts] Type ‘typeof HomePage’ has no properties in common with type ‘Component’ Posts: 1 Participants: 1 Read full topic
View ArticleIon-input not focusing on devices but works on browser
@tayoraph wrote: Good day team, I have a mobile app that needs a login form . I did the login form using ion-input . all works well when on browser but when i run the app to release it , the ion-input...
View ArticleMore UI components needed
@ozexpert wrote: Hey Ionic guys, seems https://framework7.io/ supports more UI components than Ionic. I’ve seen many liking framework7 due to the performance and having more UI components available....
View Article