$scope problem
I have a problem with a $scope. I have one view that shows a array of data, when i click one of this object's, the application update other $scope with other data and change the view but the results...
View ArticleIonic tabs hidden by nav-bar only in Android
Yes it is already configured like that: .state('menu.home', { url: "/home", abstract: true, views: { 'menuContent': { templateUrl: "templates/home.html", controller: "HomeCtrl" } } }) home.html is the...
View ArticleResizing images on iOS
I have some hi-res images that are captured with the camera and some that are downloaded from a server. They are all in the filesystem. I want to show them in a gallery, so the user can view all...
View ArticleIonic tabs hidden by nav-bar only in Android
What do the state configurations look like for your tabs? They would need to look something like this: .state('menu.home.food', { url: '/food', views: { 'food': { templateUrl: 'template-file.html' } }...
View ArticleControl the animation in $state.go
If it can help someone, in source code you can see all direction of navigation and the history actions while navigating views ! (line 633 : ionic-angular.js) // history actions while navigating views...
View Article$cordovaOauth.facebook IOS 9 GM issue
@gregoiremotot Thank's a lot !!! This is the good file
View ArticleIonic tabs hidden by nav-bar only in Android
The configuration for the two tabs is the following: .state('menu.home', { url: "/home", abstract: true, views: { 'menuContent': { templateUrl: "templates/home.html", controller: "HomeCtrl" } } })...
View ArticleIonic tabs hidden by nav-bar only in Android
That is how I had mine set up, the content of the tab view looks like it's at least positioning itself properly to where the tabs should be. Did you try removing the class on the <ion-tabs>?...
View ArticleIonic tabs hidden by nav-bar only in Android
I found the same issue and the only way I found to combat the problem is to move the tabs to the bottom. You can do this by adding the following to app.js: .config(function ($ionicConfigProvider) {...
View ArticleProblem with social sharing plugin cord there is no angularjs?
I have a mobile app is what happens to me and I am using the following plugin https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin use the share method sheet . I have a list of named news...
View ArticleFacebook SDK integration : Display Page Plugin
I have the same problem. The posted solution does not work. It loads fine when using ionic run --livereload but not when doing ionic run. I can use use Chrome's web inspector and see that the content...
View ArticleLanguage of iOS Cordova projects always English and German
Hi , Can you also provide the link of image at Oct 14 ? Thanks !!!
View ArticleProblem with social sharing plugin cord there is no angularjs?
Please use this : http://ngcordova.com/docs/plugins/socialSharing/
View ArticleProblem with social sharing plugin cord there is no angularjs?
motiurion: http://ngcordova.com/docs/plugins/socialSharing/ AND SO deveia not to give too?
View ArticleLanguage of iOS Cordova projects always English and German
I cannot. I do not have those images either. Have you tried implementing the translated InfoPlist.strings files? Is there a step you are missing or is something not working?
View ArticleSipjs + Crosswalk + Android | Unable to play during a call
I am developing a sip app. After I received a call and hung it out, I am not be able to play music on my phone. Is there a way to solve this problem?
View ArticleIssue with call option when press on telephone number
No need to install any plugin you need to add explicitly in the config.xml: <access origin="tel:*" launch-external="yes" /> <access origin="mailto:*" launch-external="yes" /> in your...
View ArticleNg-Token-Auth and Ionic
Hi, I'm using ng-token-auth with ionic and found that using cookies for storage does not work in the app, more info here You have to set the config option storage like this: storage: 'localStorage'
View Article$ionicHistoryProvider is missing
Hi guys, I'm working on setting root view using $ionicHistory. But it doesn't seem to work because $ionicHistory module is missing. I'm not sure is it because it's not being added to the beta version...
View Article