CRUD - good tutorial
@Driesel were you able to get your answer on how to get a CRUD app using ionic, angularjs with mysql? I am on the same boat. I am looking for a simple tutorial, using the above scripting that will get...
View ArticleIonic SQLite is not working on android device "SELECT Query"
Everything is find in the browser and in the device.And on the device when I click getData I don't receive any error from my $cordovaSQLite.execute select queryhere's my code app.jsvar app =...
View ArticleCORS issue with ionic emulate
Please Mr. Hartington help me! I dont know whats going on.. I am making a simple API request to feedly using the attached code. After installing the plugin to enable CORS in Chrome the api request is...
View ArticleAndroid Build Error
Thanks, that is exactly the problem. I reinstalled the plugin and it all works. Thank You
View ArticleControl the animation in $state.go
What if I wanted a "slide-up"-animation instead of "no"-animation'? I have (like ThomasDalla) no ion-nav-view at hand...
View ArticleHow to add multi-line in heading using "view-title" in ionic project?
ohh yess...it's works @saravananraju... Thanks for solution
View ArticleMaking Phone Call from App - href="tel:123"
Hi, I see everyone talks about e.g. <access origin="tel:*" launch-external="yes"/> in this thread, but the correct way to specify this according to the whitelist plugin is to use allow-intent...
View ArticleIonic Paypal Integration
Hi, AllI am working on the paypal integration to my ionic app,..Happily i could easily implement the paypal in USD(dollar) , but when I tried in INR(Indian rupee) it shows an error.Payment not...
View ArticlePhp web application deploy android through ionic command its that possible?
ionic framework = mobile frontend frameworkjquery mobile = mobile frontend framework if you use jquery mobile.. you do not need ionic framework... and vice versa.If you are not using anything from...
View ArticleIonic Paypal Integration
we need some code or your paypal settings. are you using paypal cordova plugin?
View ArticleHow to load content in a tab from modal?
Hi,Could you please try this..Use the $ionicModal , and also don't forget to inject $ionicModal in your controller.. $ionicModal.fromTemplateUrl('views/modalcontent.html'', { scope: $scope...
View ArticleIonic 2 Component demo source
please buddies... ionic 2 is in alpha... angular 2 is in alpha.... look in the angular 2 docs --> their documenation is far away of a "complete" state. so keep calm.The conference app is there to...
View ArticleIonic Paypal Integration
Thanks for your reply..Yes I am using paypal cordova plugin..Here is the my code snippet.. $ionicPlatform.ready().then(function () { PayPalMobile.renderSinglePaymentUI(new PayPalPayment("" + total,...
View ArticleIonic Paypal Integration
i think INR is not supported:https://developer.paypal.com/docs/integration/direct/rest_api_payment_country_currency_support/
View ArticleIonic SQLite is not working on android device "SELECT Query"
and is there a step you fill your sqlite db?
View ArticleIonic Paypal Integration
Oh no...Thanks for your reply,,What I will do,,is there any resolution exists ,,I need that get it done in both INR and USD... Sad to hear.. Thanks
View ArticleIonic 2 SqlStorage transactions, how to use?
in your outcommented code --> your !this.getDB().transaction(function(tx) {" call returns a promise, but your queryAll function as no return value. you need to create a promise before, return it at...
View ArticleNative Pin unlock
jo i think stuff to "ask" the user to enter his real pin is a big security violation (like you could sniff this and so on). so why not generating a pin and the user can change this?
View ArticleHardwareBackButton Usage
Hello @brandyshea, Currently clicking on the hardware back button put the application on background, my client want me to show a toast with the message click again "Press back button again to exit",...
View ArticleChange font family and use ionicons icons
simply define a new fontface in your scss/csshttp://www.w3schools.com/cssref/css3_pr_font-face_rule.asp after that you can use this font-family directly in your css like adding a class .icon and the...
View Article