Weird looking of blank template
I also noticed that the app also looks weird when I use the device simulation function of Chrome to view the page: For example, I used Nexus 4 as the device: screen.JPG1280x970 111 KB But when I use...
View ArticleCordova Plugins Syntax in Ionic 2
ahh okay, Thanks for your help.. just one more question if you dont mind... if I have a class.. or a page:export class Page2 {constructor() { function joe() { console.log("Jono"); } }Login(){...
View ArticleIonic toturial for building a release.apk
Hi, anyone can help me out with this Pasted image1246x213 68.1 KB it says Illegal instruction, what did I miss?
View ArticleCordova Plugins Syntax in Ionic 2
You can call any method in your class from your constructor (or from any method in the class) using: this.myMethod(); this is like $scope from Ionic 1. Also, you should name your function login() not...
View ArticleSlow on Android 5 and up
Crosswalk using Intel XDK added about 60 MB to my app and was very unstable.I tried to use http://blog.ionic.io/crosswalk-comes-to-ionic/2 however after following the instructions exactly on a new app...
View ArticleFull screen slides Ionic 2
Hi, My goal is to display fullscreen slides when a user clicks in a tab. So, the 2 possible solutions I thought were: Hide nav bar and tab bar when the user clicks in the tab, or Displaying a modal...
View ArticleHow to disable a button on a condition?
This perhaps is a better way to disable a button via js. If your button is part of a component, use <button [disabled]="buttonDisabled"> and in the component class use this.buttonDisabled =...
View ArticleIonic View vs PhoneGap Developer ? Plugins will work?
Hi everybody. I'm creating an app for both Android and iOS. I have installed some plugins for ngCordova and Cordova (Bluetooth & NativeSound) but they doesn't work in Ionic View, but in the final...
View ArticleAccess using server url
i want to do something that all my controllers html and css comes from my server instead of local apk. i'm able to achieve this by putting my url in config.xml but i'm not able to use native features...
View ArticleOn Resume Called Multiple Times on Android Only
The Ionic app calls the "$ionicPlatform.on("resume", function(){})" once for iOS but on the Android platform it is being called multiple times depending on how many times your have resumed. If you...
View ArticleHow to change the directory path that ionic serve on?
I was using gulp-ionic yeoman generator for my ionic project. Only thing missing was live reload on device. I changed documentRoot to .tmp and it worked like charm. Thanks for this!
View ArticleNode.js version for ionic
I believe cordova wont work in latest 5.* node versions. I use 0.12.9 with cordova 5.4 and ionic 1.2.*. I tried upgrading my node to 5.* only to find that cordova require the old version (thoe were 4...
View ArticleNFC Reader with phonegap-nfc not work
I have problem when i build sample NFC Reader apps from ionic nfc reader by don on github.This is error screen when i build my apps. Screenshot from 2016-02-13 16:01:04.png1280x800 176 KB In the first...
View ArticleReal time geolocation with ionic
Hello to all,I want to create a real time geolocation app with ionic. I have a map (google map) tracing the route between two points. The user is supposed to from one of these points to anotehr. The...
View ArticleCordova.file is not working
Did you guys fond a solution or workaround? The same suddenly appeared on adnroid 4.4.4. The strange thing is that I can do console.log(cordova) and I see cordova.file which looks fine. But when I do...
View ArticleUsing method of payment using Ionic
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 to use TLS/SSL...
View ArticleIonic Grid Center Align
Hi Karwan, Thanks a ton. I think i over did things.. you kept it simple and its working as expected...
View ArticleWhat kind of database would you use?
This sounds very reasonable. The only thing I would add is that hosting the database yourself can be a pain to get up & running, so I would personally recommend using a hosted DB with a free tier...
View Article