inAppBrowser Cordova plugin default for all links not working
@varlisp wrote: I'm trying to set all links opened within my app to use the "_system". I've set this in my onDeviceReady(), and it still doesn't work. Instead every link opens through the cordova...
View ArticleBug with modal, it's like the user is clicking twice
@LouisR wrote: Hi I have a very weird issue with my app. Very similar to this bug https://github.com/driftyco/ionic/issues/559.I have two buttons that open two modals containing lists. But the first...
View ArticleHow to navigate to a page in my application after external php file?
@scottcl wrote: I have a contactForm.html page in my ionic application. Once the user presses submit, the form posts to an external php file on my website which can run php. I am able to get the...
View ArticleIonic + Wikitude Augmented Reality
@guitartechlove wrote: Does everyone know how to implement this one?Many thanks! Posts: 2 Participants: 2 Read full topic
View ArticleIt Works On The PC But Not On The Actual Mobile Advice
@Harilall wrote: Hi guys I have finally got a small method to refresh the view of my app here it is $scope.goToViewHome = function(){ $state.go('home').then(function(){ $location.path('/homePage');...
View ArticleTool To Convert apk
@Krishnan1 wrote: hi, May i know is there any tool to convert as an apk file have developed the mobile application in the Ionic Framework. Posts: 1 Participants: 1 Read full topic
View ArticleHow do i add remember me functionality in ionic app?
@andy87 wrote: My Login controller .controller('LoginCtrl', function($scope, LoginService, $ionicPopup, $state, $cookies, $rootScope) { $scope.data = {}; $scope.create = function () {...
View ArticleHeader on Android Not Centered
@Baffa wrote: Hi, I have just started with Ionic and I have deployed to my Sony Experia the default blank application. The only update I have made was to change the title. Running in Chrome and Chrome...
View ArticleStart with ionic, and a lot of questions
@WideNick wrote: Hello, im using ionic for dev an app.Im a belgian student so my english it's no very good. I have some question : 1. I would like to create (just for test) an app for my contact .I've...
View ArticleCannot resolve image path [SOLVED]
@justsid wrote: So i have been trying out ionic, i was going through a tutorial to create a controller, open a JSON file and some images in controller and send the data to view. I can open the file...
View ArticleCan't install ionic macbook
@iamalisajid wrote: When I run the command npm install -g cordova ionic; gets the following errors in the end npm ERR! Darwin 15.0.0npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"...
View ArticleBack button not showing when using state.go()
@NomYap wrote: So my app is set up in the following way - I have 2 tabs: Tab A and Tab BTab B has a sub-state, called B_1.In Tab A, if I do state.go('B_1'), there will be no back button in B_1.Now, my...
View ArticleWhite border around header
@krishroxx wrote: after building app for android white border is coming on right side of header. Screenshot_2016-01-09-23-27-23.png720x1280 93.5 KB Posts: 1 Participants: 1 Read full topic
View ArticleFew display issues *please Help
@markbbishop wrote: I have a few issues and just wondering how to correct them. 1) I have data displaying in a list, but it's not displaying "WYSIWYG." I have "It's A New Day" but it displays the ' in...
View ArticleCan't get facebook username field
@webofbits wrote: i tried a lot of times get the username field insteal a number. but even looking for docs on the web about the related plugin i canĀ“ t get. i apreciate if someone could help me to...
View ArticleNavigation breaks down when dynamically showing/hiding tabs
@Polkhovsky wrote: Here is a small application built based on the original Ionic tabs example. There are two issues here. One is that ng-hide and ng-show are being completely ignored, forcing me to...
View ArticleBest way to hide ionTabs?
@alexsalmon wrote: What would be the best way to hide ionTabs, including the bar? I've tried exercising the documentation, but can't get my head around it. When using CSS to hide the bar, and move the...
View ArticleStrange bug in Android build that I can't duplicate in the browser only on...
@nick_t_go wrote: So I have a signin function and a signup function. When users signup they get some default data added to their account. It works fine. However, for some reason, and I don't know why,...
View ArticleIonic action sheet issue
@varun13 wrote: Hi all i am using ionic action sheet in my app. In ionic documentation there is space between normall buttons and destructive text here. But when i develop the space is not...
View ArticleIon-tabs tabs-top on iOS?
@fernandopaiva wrote: I have an app that contain ion-tabs on top. It works fine on Android but with iOS the tabs are behind of header. How could I solve this ? ion-tabs <ion-tabs...
View Article