How to Debug White Screen of Death on App Update
any luck with this @mododev? I'm getting the same issue
View Article[Solved]Text is hidden under ionicModal's header bar
@brandyshea This works. Thanks a lot.
View ArticleAccordion List Differentiated
Sorry @danielpt but I don't have time at the moment. Really busy with some projects I am working on.
View ArticleSplash screen not showing up on android device
I'm having an issue with the android splashscreen. Can you explain how you got it working?
View ArticleDeploy Android App - x86, armv7 or both?
@somtam It's because you uploaded an apk already with the same version number. You have to go to your config.xml or AndroidManifest and increment your version number. (ex. 1.0.4 -> 1.0.5). And to...
View ArticleHow to Debug White Screen of Death on App Update
Sounds like a problem with the phone. Have you tried other devices?
View ArticleAccessing sqlite Key Value pair in ng*For
With the following code I am able HTTP get a remote JSON use it in a ng*For and save it as a key value pair in sqlite successfully. What I am trying accomplish is when I have a connection error i.e no...
View ArticleNo local gulp install found
@seburns Yes Gulp needs to be installed globally, it may already be installed if you have used it for a different project. You can verify Gulp is installed globally by running this command npm ls -g...
View ArticleAccessing sqlite Key Value pair in ng*For
Well whats the issue? i see you need to open the database like this.storage = new Storage(SqlStorage, {name: 'databasename'}). Also get uses 2 values, the key and value, the get uses 1, just the key,...
View ArticleSplash Screen on Android
Try removing the splashscreen plugin and reinstalling it. If that fails, do ionic platform remove android, then add it back. Then do ionic build. Have you updated you ionic lib or CLI? The icons and...
View ArticleIonic sass compilation on build
Is it possible to compile sass on ionic build or ionic run commands ? currently, it is only compiling on ionic serve
View ArticleHow to Debug White Screen of Death on App Update
Hey Joon - As it turns out, it was a problem with requiring a locally stored variable in the new build when old builds never saved it - I was performing a check to see if it existed and setting a...
View ArticleWeird problems with Ionic 2 CLI and app
I have 2 problems:1. When I had nodejs 4.x i runned ionic serve --lab I got errors and blank app: (it's ionic conference app) EXCEPTION: Error during instantiation of...
View ArticleAccessing sqlite Key Value pair in ng*For
Thanks for the help, I did not need open the db as you said as I set it up with with a few tables in app.js file. I changed my error code to this err => { console.log("http fail!")...
View ArticleSplash Screen on Android
Thanks, but I tried all of those to no avail. I actually just got it to work by changing the delay value. I manually hide the splashcreen, so i set it to a ridiculously high number. I guess that...
View ArticleIonic infinite scroll with JSON data [issue]
Hi, i suggest: // CONTROLLERS.controller('CarsCtrl', function($scope, $timeout, CarsFactory) { $scope.cars = []; $scope.currentPage = 0; // Load More $scope.loadMore = function (){...
View ArticleAccessing sqlite Key Value pair in ng*For
It's not like you need a name, probably the sqLite plugin uses a name by default, it's just a good idea to give it a name you can easily recognize so when you need to debug it you know what file to...
View Article