Ionic-plugin-deploy break ios build after state reset
@Rootedy wrote: Hi, I was having problems with ionic-plugin-deploy on my application. After install it the ios build doesn't work any more. So I decided to create an empty project to test deploy and I...
View ArticleBest practice for bypassing a login when already authenticated (ionic 2)
@bholub1 wrote: I have an app that requires login, so I set the rootPage to LoginPage. However, I'd like to bypass the login page if the user is already logged in (I'm authenticating against an OAuth...
View ArticleUsing Storage/SQLStorage in a provider
@bholub1 wrote: My app relies on making calls to an OAuth2 server, so I have an @Injectable client that imports Http. Seems to work just fine and I'm able to make my authentication calls, but now I'm...
View ArticleionSpinner and $ionicLoading
@oskr wrote: Hi, I'm using the $ionicLoading while loading content from a rest service and hiding the loading progress on then call of promise. This is done only the first time data is required.Then...
View ArticleCall a method on another page
@crkvend wrote: Hi, Say I have a page with a public method called foo(). From that page, I navigate to a new page using nav.push(). How would I be able to run foo() from the second page? You can call...
View ArticleProblem get Contact list - TypeError: Cannot read property 'find' of undefined
@BurnBR wrote: Hi, i am try to do a sample app to read contacts list from phone.But when i call the method:$cordovaContacts.find(i get this error:TypeError: Cannot read property 'find' of undefined...
View ArticleGlobal Var
@adanluna wrote: How I can create a Global variable or Global class?, with injectable service? Posts: 2 Participants: 2 Read full topic
View ArticleIncomplete Crosswalk Project Service Error on Android
@evandillon wrote: Hi, I thought I'd ask this here first. I've installed crosswalk and when I build and install for Android, I get a popup with the error message "Incomplete Crosswalk Project Service...
View ArticleProxy URL and https
@kojilab wrote: Hi I added a proxy URL to my config file and it's not using https since it's local. However each time a call gets made, it's using https and therefore it's not working.How can I avoid...
View ArticleIonic Serve error with Tutorial Starter --v2 --ts
@Mobius77 wrote: Hi, I get the error below after doing the following commands today, when following Ionic Tutorial documentation: $ ionic start MYAPP tutorial --v2 --ts$ ionic serve...
View ArticleBlank project didn't call controller
@marcosmachado wrote: Hello, I started ionic project using "ionic start app blank" but when I run it the initial controller isn't called. I put console.log("test") in LoginCtrl controller, but didn't...
View Article$http triggered twice
@eldy wrote: This is my code $scope.login = function(email,password){ $http({ method: 'POST', url: 'http://localhost:3000/api/login', headers: { 'owner': $rootScope.secret }, data: {email:email,...
View ArticleHow to extend or to the screen edges(left and right)?
@riteshbhat17 wrote: whenever i am using or it is not covering the whole width of the mobile screen.some margin is left there from left and right side. Posts: 1 Participants: 1 Read full topic
View ArticleHow to transform existing project from plain JavaScript to TypeScript?
@otar wrote: Hi All, I have started an Ionic 2 project without specifying a --ts parameter in the command line. My initial thought was that I wanted to develop a project in a plain JavaScript, without...
View ArticleCreating horizontal scroll contents in ionic2
@ThangarajEsakky wrote: I have been trying to create horizontal scroll content using ion-scroll and css, but unable to achieve the results. Any guidance pls? Posts: 3 Participants: 2 Read full topic
View ArticleUsing rootParams in TabsPage
@sciu wrote: Hi all... need some help !!!I am still confuse how to pass rootParams to TabsPage..my flow are like this...When user login and success -> get user data -> go to user Tab Page (...
View ArticleMaterial Design Menu in ionic 2
@kuntal wrote: Please read the link . I think if I can add Menu Width style menu from material design,that will be good . I read a link and I install material design in my app npm i...
View ArticleIonic2 - Sqlite - Transaction not working
@malyaristvan wrote: Hy guys, I'm using sqlite in my ionic2 project, and it works just fine except the transaction part.So when i call this.db.query(...), it works just greate, i can create tables...
View ArticleCan i start a new project based on ionic 1/angular 1 even after updating to...
@Sumeet123 wrote: I have a important project going based on ionic 1 ! I dont want to migrate it to ionic 2 yet ! But , still i am willing to update ionic to ionic 2 beta ! to learn and get use to it !...
View ArticleDifference between [x]="y" and x="{{y}}"
@mariommoreno wrote: Just following the Ionic2 tutorial and exploring components and I have this doubt:Is there a difference between..and? it's simply ionic2 style vs ionic1 ? or angularJs1 vs 2?...
View Article