Ionic 1 -> 2 Migration Strategy (ngUpgrade, Angular 1.5, etc)
@thmclellan wrote: We love Ionic and have a medium-sized 1.X application that we want to migrate to Ionic 2 / Angular 2. Our 1.X code follows John Papa's style guide with a lot of directives,...
View ArticleIonic and SignalR
@igorsky wrote: Hello, I have SignalR hub running on one of my servers. I'm able to connect to it and get data when i declare my controller directly inside Index,html How ever when i try to user it's...
View ArticleIonic + Facebook + JWT + Passport.js, is it a good fit?
@frank_college wrote: Hello, I am trying to build an ionic app that is using the above for authentication purposes, and I nearly have it done but I am hitting a wall and I am looking for some advice....
View ArticleIonic 2 using ion-searchbar to search in complex objects and array of objects
@patrioticcow wrote: Hello, Is there a "built in" way to search in a complex object, something like: { title: 'some title', content: [ {key: 'asd', val: 'asd'}, {key: 'asd', val: 'asd'} ... ] } Posts:...
View ArticleTrigger click event
@rmont66 wrote: Is there a way to trigger the click event on a ion-select element? What im looking for is to get the alert with the options through a button element. Posts: 1 Participants: 1 Read full...
View ArticleCordovaHTTP plugin error basicAuth
@jffs wrote: Hi!, i'm work in a ionic project using cordovaHTTP plugin. The fact is i need to authenticate a server after to make request. when i call the method "useBasicAuth" this error was...
View ArticleIonic CLI error - Error: Cannot read property 'indexOf' of null on terminal
@ziyaad wrote: im new to ionic and angular js. I was building my app succesfully using the ionic cli, now I am having an issue while building for ios which was working fine since yesterday. I have...
View ArticleUpgrade ionic2 beta.2 - got error
@ibasit wrote: After upgradeing to beta.2. My application does not run anymore. I get following error in brwoser Uncaught Error: Cannot find module "..../project/app/app" Posts: 2 Participants: 2 Read...
View ArticlePush notifications on production
@arilishu wrote: hi all!I am starting using this platform and working with push notifications.When i go to production, setting "ionic config set dev_push false" if i try the...
View ArticleOn-tap with long duration
@seraphpl wrote: According to the docs on-tap Quick touch at a location. If the duration of the touch goeslonger than 250ms it is no longer a tap gesture. How to trigger event in case user presses the...
View ArticleIonic history stack on iOS - SOLVED
@PolishVendetta wrote: I have created this app to run on iOS In safari and chrome this code pen runs correctly. In my app on an iOS device if you follow these steps it resets the history for the...
View ArticleWhite screen
@be_codified wrote: Hi, all of the sudden I am getting white screen on ionic upload. Perhaps upgrade with npm install -g ionic@beta is causing this? I would ask for some help. If there are more...
View ArticleH2 Database
@BDNA wrote: Hi, I have a H2 Databas running. Now i want to develop an app and my Question is if it is possible to get Data from the H2 Database into an app developed with ionic? Are there any related...
View ArticleIonic analytics time of use
@simonini_thomas wrote: Hello everyone ! I use ionic analytics but I want to know how to record time of use. For instance if a user spend 10seconds or 10 minutes in our app each time he launch the...
View ArticleTutorial on Beta Push Notifications (no longer Alpha changed today)
@gkimpson wrote: I have noticed my push notifications on my app no longer work, this is due to the changes made today by Ionic herehttp://docs.ionic.io/docs/migration-guide Is there a ready-made...
View ArticleReferenceError: Can't find variable: LocalFileSystem
@elduderino15 wrote: When I deploy my app on my testing device with XCode, my app runs smoothly. After a few restarts of the deployed app (no XCode involved), I start seeing ReferenceError: Can't find...
View ArticleUsing Jade, Sass, and ES2015 with Ionic
@brayhoward wrote: Here's a link to a technical blog I wrote when I was learning Ionic 1 a couple months ago. It's just goes through setting up a tabbed style Ionic app with Jade, Sass, and ES2015....
View ArticleMoving Away From Parse
@Purusothaman wrote: I have a good going popular mobile app in Play Store. The app uses Parse for image uploads. Now as we know Parse is going to shut down and I want to migrate to reliable services...
View ArticlePass Parameter in tabs and get user ID
@onigetoc wrote: Based on the tabs demo and chat param. I want to show user based on there id. i do not understand this ID things, Should it absolutly be 0,1,2,3,4,5.....????? If it begin with any...
View ArticleFloating Label input adds style="padding-bottom" to scroll-content on md
@kalcheat wrote: Hello, inside my <ion-content> i have a display: flex; container. Inside that container i use Floating Label inputs. Now whenever i click on that input, it adds...
View Article