Using method of payment using Ionic
@emersonr wrote: Hi there, I'm new in Ionic and a customer asked me some questions about using payments in app using Ionic. Is that possible to use a third part SDKs, such as paypal or visa? Is worth...
View ArticleMultiple Abstract Views with tabs in one app
@Chiny1 wrote: Hi, im new with ionic and im trying to figure out how i can achieve multiple abstract views with ionic. My app: Unbenannt-1.png384x632 20.4 KB As you can see I have two tabs...
View ArticleHow to display the icon in actionsheet button according to selected button
@albpower wrote: Hi, I'm trying to implement sorting into my app using the $ionicactionsheet. What I want to do is to display the icon of the current selected option from action sheet so the user...
View ArticleSecurity Alert from Google Play Developer Console
@sydney wrote: I get a security alert in the Google Play Developer Console:Please migrate your app(s) to Apache Cordova v.4.1.1 or higher as soon as possible and increment the version number of the...
View ArticleCrosswalk version does not match
@sydney wrote: I added crosswalk 13.42.319.6 vagrant@ionic-android:/project$ ionic browser versions Installed browsers: For android - crosswalk 13.42.319.6 Then I checked the crosswalk version used...
View ArticleFailed to load resource after made into VS project
@RealFighter64 wrote: Hi All,I'm asking for help with something. After converting my Ionic project into a VS project, and installing the dependencies (i think it was, like, npm-bower or something like...
View ArticleWhat's wrong with my Ionic/Angular state inheritance?
@claudineirdj wrote: I'm new to Ionic and AngularJS so I'm struggling with (hopefully) something simple. I have these two states: .state('menu', { url: '/mobile/beer', controller: 'beerCtrl',...
View ArticleCannot find module 'read' when using ionic start
@aarmora wrote: Trying to get started with ionic and am not able start an app. When I try ionic start myApp blank it gives the above error, cannot find module 'read'. aarmora@Breeze:/home/sites$ ionic...
View ArticleWhat kind of database would you use?
@LincolnHawk wrote: Hi everybody, I'm new at Ionic and for my App I want to receive some data (e.g. zip code, shops, ...) from a database which is located online. For this purpose I would set up a...
View ArticleTextarea shows selected text over empty space
@anvaka wrote: I have a simple textarea: <textarea></textarea> When I enter multiple lines and then press backspace iOS starts deleting letters then words. And when it switches to words...
View ArticleWhy $ionicView.beforeEnter is called twice in ion-tabs ?(With Plunker attached)
@sylfree9999 wrote: I have tried to add ion-tabs at the top of a page(HomeTabPage), but I found that the $ionicView.beforeEnter is called twice. Is it because the two tabs are sharing the same ctrl?...
View ArticleShow user details after login
@MohammedSalah wrote: Hello, I want to to display user details in other page after successfully login My Controller .factory('Post', function($resource) { return $resource('api/view_order',{phone:...
View ArticleHow to display user details with ionic ngResource
@MohammedSalah wrote: Hello, I am using ngResource to make login page by phone number and i want to show user details after successful login but i can't make ng-repeat with response My Controller...
View ArticleUpdate plugins
@dblanco wrote: To upgrade a project, after upgrading ionic and Cordova, I need to reinstall the plugins: inppabrowser, network-information and email-composer. As to create, use: Cordova plugin add...
View ArticleHow to add a tab to an ion-tabs at runtime
@clembo590 wrote: Hello.I would like to know how to add a tab to an ion-tabs at runtime. (ie using javascript/angularjs) thanks Posts: 1 Participants: 1 Read full topic
View ArticleCordova-plugin-whitelist problem only in release
@ludochane wrote: Hi,I have a problem with the cordova Whitelist plugin.It works well in debug mode (ionic build android).But in release mode (ionic build --release android), my app can't reach my...
View ArticleAngular Google Maps Not Displaying
@whileyryan wrote: Hey everyone, I'm trying to implement Angular Google Maps but the actual map is not showing up. I have this in my HTML when viewing the page through Ionic Serve. <div...
View ArticlePass data to ionic Action sheet
@onigetoc wrote: I have a user list based on the tabs demo. If i click on a user. i open a Action sheet with two option, call him or send a SMS.How can i transpose the name and phone number to the...
View ArticleAdding my app as a native sharing option
@diascodes wrote: Hey folks, I've been searching for a solution for this case, I have an application that seems like a small social network, it's quite an RH management platform… the thing I'm willing...
View ArticleIonic and receiving events from bluetooth
@AndrewHK wrote: Hello all I'm new to mobile and web apps but an experienced programmer. Through my research I came across the Ionic framework and have been very impressed with it, deciding that I...
View Article