Ionic Analytics: Error connecting to the Analytics server
@Gp2mv3 wrote: Hi,I just installed Ionic Analytics in my app. It's working fine client-side but on ionic.io, I receive the following error in the Analytics tab: Error connecting to the Analytics...
View ArticleHow to refer utility javascript files in Ionic 2 project?
@suyog wrote: I have created ionic 2 project, in that I have added login module which uses hellojs for facebook oauth. HelloJs is jquery file. How I can add its reference in my module ? Posts: 1...
View ArticleModal unresponsive after backgrounding app
@ajp8164 wrote: If I open a modal and then background the app (tested on iOS) and then bring the app back to the foreground - the modal is still displayed but is unresponsive to any touch events. I...
View ArticleDisplaying a running timer in the notification bar when app goes to the...
@Niranjan100395 wrote: I have used the following plugin to run the app in the background.Background plugin from katzer I have to run a timer in the notification bar continuously when the app goes in...
View ArticleHow to manage language json assets for multiple modules in Ionic 2 project?
@suyog wrote: I have created ionic 2 project, in that we have different modules and every module has its own multilingual assets but at present I have multilingual json resource files under single...
View ArticlePUSH to User_IDs (No device tokens for supplied user_ids)
@leydar wrote: I can receive PUSH notifications on Android when I send them referencing the user tokens but not when referencing the user_ids. Both for the same user; fully registered according to...
View ArticleApp start takes a long time to get file system
@superkew wrote: Recently I created an update to my app, and it was failing on iOS but worked fine on Android. When I investigated more I found that it was due to the iOS taking a long time to gain...
View ArticlePush Notifications stuck in 'Queued'
@chris_held927 wrote: Hi, I'm having some issues getting my push notifications to come through in development. I'm trying to send push notifications to a web browser to test, but all of my push...
View ArticleWhat info should i save in DB when user first time sign up with FACEBOOK or...
@Krunalpintoo wrote: I am using nodeJS and mongoDB in Backend and $cordovaOauth, ionic for front end i want to create user in DB when they sign up with facebook so second time I can pull their notes...
View ArticleSOLVED: How to display an img on ionic2 project
@Darkpio wrote: i didn't succed to display an image. Someone get the answer? ionic start myApp sidemenuionic platform add android@4.1.1 //API level 22ionic run android I add in www/index.html for not...
View ArticleJshint cannot find module 'bower´
@prtercio wrote: Help me plesase, I get the error: Cannot find module 'bower' wit Jshint. Any suggestions? Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleIonic http get request (with Angular) returns html data
@Drunk wrote: I am making http request like this: $http.get('//IP/?username=' + username + '&content_type=json') .then(function (result) { $scope.days = []; alert(JSON.stringify(result)); for...
View ArticleError when Ionic App is launched Natively - Screenshot provided (Any clues?)
@nickkenens wrote: any clues? This happens when trying to launch it natively after building it Pasted image2008x138 21.4 KB Pasted image2022x196 43.2 KB Posts: 1 Participants: 1 Read full topic
View ArticleInvalid command (CLI v1.7.14)
@igorsky wrote: Hello, I'm new to Ionic, not even sure where to look for the problem. I'm trying to test my project inside the Genymotion android emulator. I started the emulator and i run the "ionic...
View ArticleUnknown provider: $cordovaCameraProvider
@blunder wrote: It looks like there is something wrong with the cordova-plugin-camera. After adding the plugin via: ionic plugin add cordova-plugin-camera and adding the $cordovaCamera dependency to...
View ArticleSocialSharing plugin: Facebook share
@mks12288 wrote: When I try to share a post on Facebook, it only allows me to add it to my timeline, not to my pages. We need to be able to share a post on our Facebook Pages, not just on the personal...
View ArticleHow to redirect to other tab in the same state?
@jayeshjain_minio wrote: Ok. I have a two tabs.. I show one tab by default. When a button is clicked I want to show the other tab and its content. But how do I redirect? On click of a button how do I...
View ArticleGoogle Maps and Swipe Menu
@phdrax1 wrote: Hi all, The swipe menu works fine in my app and when I use my finger to swipe the menu in from the left, it works. I have a google map on the front page. Of course, if I try to swipe...
View ArticleHow to do Lazy loading resources/scripts in broswer app?
@suyog wrote: In my ionic2 project, app.bundle.js files is around 3 MB and I think it will grow as I am adding more features. When I deploy it as browser app its takes, it takes time to load, **Is...
View ArticleError: ENOENT: no such file or directory stat
@kmodha99 wrote: Hi, We have taken over a project from another developer and I have run the following commands and the project compiles and builds ok. However when I run it. The emulator on the mac...
View Article