[Ionic2] How to get device details
C:\ionic\test>ls pluginsandroid.json cordova-plugin-device cordova-plugin-statusbar fetch.jsoncordova-plugin-console cordova-plugin-splashscreen cordova-plugin-whitelist ionic-plugin-keyboard I...
View ArticleTrying to use cordova-plugin-wakeuptimer
I don't know this plugin, but check your app and be sure to use manual bootstrap like http://stackoverflow.com/questions/21556090/cordova-angularjs-device-ready
View ArticleStrange behavior after upgrading to Cordova 6 + Ionic latest 1.2.x
The same here, any solutions to this please?Thanks
View ArticleIonic emulate ios -cls BLANK PAGE
Hello guys. I've been struggling for a few days with emulating ios. I've been searching how to fix it as well but I could not find nothing. I do not know why, but when I run ionic emulate ios -cls the...
View Article"Cannot read property 'scrollTop' of undefined"
hi Kole I have the same problem.do you find any solution I am using the ionic version 1.2.4 cannot read property scrollTop of undefined.
View ArticleHow to change the height of navbar in android similar to ios
Hi,I have an svg img to be displayed in my title of ion-navbar. In IOS, image fits perfectly while in android the img is hidden as the ion-content hides ion-navbar. Attached the img to have a clear...
View ArticleOffline application that requires to store huge number of images
Hi Bunny, i'm planning to develop an application like the one you're describing in this post. Did you find a solution? Can you point me in the right direction? (i'm actually planning a ionic + pouchdb...
View ArticleOffline/Online Sync Functionality
Hi p6n! I'm planning a similar app for one of my customers. Did PouchDb manage the offline synch of files, images, etc.. well? Would you suggest me to use it?
View ArticleLogin authentication from database
Heyy @rgecy can you put up the login html file please...
View ArticleHow can we connect the database in ionic framework
how can we connect the mysql in ionic framework help me out pls..
View Article"Cannot read property 'scrollTop' of undefined"
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIonic scrolling problem with version 1.7.13
I also have the exact issue for ionic 1.7.13. Scrolling on Android devices does not work. I also tried overflow-scroll="true" and if (ionic.Platform.isAndroid()) {...
View ArticleUsing URL's to navigate in Ionic 2
Im also very interested in using URLS. Can't make the Angular 2 routing work.
View ArticleHow do I Access the Global Injector from a Page Class?
Every page in my app needs access to the i18n services that has been set up as a provider in my App like this: @App({ providers: [I18nService] }) I've created a base page class that all my Page...
View Article$http.get not executing functions on success
if you see [Object object], try to do a console.log(response), or a alert(JSON.stringify(response)) This way, you will be able to see your results I think
View ArticleCan't select imagem from Camera in Android - Always "canceled"
It is not the case, the problem is "the image captured is so big that I have a memory break" and app stops.
View Article