Why are my map marker windows not showing?
Hi. My system info is: Your system information: Cordova CLI: 5.3.1Gulp version: CLI version 3.9.0Gulp local: Local version 3.9.0Ionic Version: 1.1.0Ionic CLI Version: 1.6.4Ionic App Lib Version:...
View ArticleEvents and view cacheing stops event listeners totally also if i disable...
Sry for the late answer! The thing is, if a ui-view holds the state of the controller and it is not activated (visible), it is also not in the digest loop. Therfore it will not realize the changes. I...
View ArticleStore "scope value" in localstorage?
@kiongkiong Thanks for suggesting LokiJS, I hadn't heard about it before. What do you use for persisting the data? I thought IndexedDB would be OK, but it turns out that it doesn't work on iOS. I...
View ArticleScrolling and animations in Android emulator really slow
Wooou thanks removing fixed from images, solved the problem.
View ArticleProblem with ngCordova's $cordovaInAppBrowser
Hi, I am using ngCordova's $cordovaInAppBrowser to open Apple Play Store URL. It opens the app store but it does not go into .then. Relevant code: $cordovaInAppBrowser.open(mktUrl, '_system',...
View ArticleHow to make Admob only display on specific page?
HI guys, i'm new to Ionic framework.i would like to know, how to make Admob only display on specific page/controller?currently, i am using cordova-plugin-admobpro, and it display in all pages. Thanks.
View ArticleHow to play local audio files
Try Howler.js. It worked really well for me on all platforms.
View ArticleNeed Help ! Post data to RESTful service
Maybe it's just in this message but there's a missing paren in your postData definition, it should be: $scope.postData = function() { var post = new Post($scope.dummy); post.$save(); } Then maybe the...
View ArticleHow to disable cache on $http.get?
Hi, I have the same problem in the moment.I tried to set $http.defaults.cache to false or put it withing the http config like $http.get('api/path',{ cache: false } But I will always get the same...
View ArticleError after update Node 4 (Windows)
b82: i hope Ionic developers will fix it very soon It's not an Ionic issue. Have a look at a workaround here: http://fettblog.eu/gulp-and-node4-first-aid/
View ArticleNeed Help ! Post data to RESTful service
sorry it's just a typo when i copied the code. There are no any errors when i run the program
View ArticleHelp with setup IAP plugin (iOS, Android) for blank project
Add IAP plugin (https://github.com/j3k0/cordova-plugin-purchase) for iOS and Android to new ionic tabs project and setup for unlock content. User view tab like this (http://prntscr.com/8kobdv) when...
View ArticleUse Paper.js to draw on canvas
http://market.ionic.io/starters/ionic-drawing-starter Here is a starter for those interested in implementing a drawing feature with their ionic app.
View ArticleIonic fails to build with XCode 7
I have been working through the thinkster tutorial on ionic and ran into a problem. Essentially, the build failed when running:$ ionic emulate ios -1The reason being it stated it expected a 6.x...
View ArticleCanvas Element in Ionic
http://market.ionic.io/starters/ionic-drawing-starter Here is a starter for those interested in implementing a drawing feature with their ionic app.
View ArticleProblem with input date
I am using input date for my Ionic code and have this line of code to set min date <input type="date" name="endDate" ng-model="ctrl.model.Period.endDate" min="{{ctrl.minDate | date:'yyyy-MM-dd'}}"...
View ArticleResize menu header and put a content in a first plan
Hi everybody. I'm trying to make a geolocalization app and I faced some difficulties.Fisrtly I want to increase the height header of the menu (where there is background image and photo), but my when I...
View ArticleWhat are people Using for ad banners and analytics?
Bump! Really? No one is using any analytics or monetizing?
View ArticleNeed Help ! Post data to RESTful service
OK but how do you call postData? So far you showed only how you defined it.
View Article