Is there easier way to run on Ionic app on the device?
Thanks yeah I read that! I was hoping that it was fixed by now!
View ArticleIon-list Drag and Drop when ion-item embedded
Is there a way to use drag and drop feature on items if the DOM tree is not ion-list > ion-item but rather ion-list > CustomComponent > ion-item ? I get always 0 on fromIndex, toIndex. By...
View ArticleAutomatically Calling A Number?
I'm extremely new to ionic and angular.js but familiar with other web technologies.I'm trying to build an OCR based app, the OCR works and alerts the translated image to text on the screen, I then...
View Article"[ERROE] Error initializing Cordova: Class not found" only on Android
Still relevant and worked for me as well, Thanks!!!
View ArticleSplash screen not showing up on android device
I have the same problem after updating Ionic CLI to 1.7.13. I tried to drowngrade to 1.7.12 but nothing changed. â–¶ cordova plugin listcordova-plugin-console 1.0.2...
View ArticleModal appears blank sometimes
facing the same issue. Any body experiences it as well ? I have input fields inside the modal. and sometimes randomly the modal clears and shows just the back drop and then clicking on it shows the...
View ArticleMultiple times running on device is broken
I am able to run on iOS device using the following command: ionic run ios --device But if I kill the app and return to the command line again and run the same command again I get the following error:...
View ArticleSplash screen not showing up on android device
If I increases the SplashScreenDelay value in config.xml it actually appears...So I decided to put a huge value (eg. 30000) and hide the splash manually using navigator.splashscreen.hide();
View Article$state.go($state.current, {}, {reload: true}); makes my header disappear
looks like reloading the state is causing my controller to run twice, and that is causing the header to go away. anyone know how I can keep $state reload to not run my controller twice?
View ArticleMy menu-toggle button is disappearing
My menu-toggle button is disappearing after $state.go(); My index.html` <ion-side-menu-content> <ion-nav-bar class="bar-positive" align-title="center"> <ion-nav-buttons side="left">...
View ArticleiOS TLS and export compliance?
I've created a food delivery app that uses Stripe for payment processing. When debugging in web view, of course the connection is not encrypted. However, I am curious if communication is encrypted...
View ArticleIonic apps not showing in chrome::inspect
This is weird, My device shows perfectly clear in chrome::inspect, and i can debug chrome web with it, but when i open any of my Ionic apps, nothing shows under the device.. While if i run it in an...
View ArticleGrid question
Hi there, Is it possible to do something like this with the grid? If so, how you would do it? Thanks
View ArticleGrid question
In the HTML: <ion-toolbar><ion-title>Grid</ion-title></ion-toolbar> <ion-content class="grid-full"> <ion-row> <ion-col class="cell-1"> statistics...
View ArticleGrid question
If you don't mind that the rows don't get pushed out, but get equally smaller,here is my try
View ArticleBranch.io vs cordova-universal-links-plugin
Hi, I'm doing some research into deep linking or universal linking on ios9 and am curious if anyone has used the branch.io plugin or this Universal Link plugin and have any opinions on either. Branch...
View ArticleModal.show on app.run
So got i half ... On start it shows the modal (just if he/she isn't authorized), but now the buttons are without any function. i think it doesn't use the controller. github.com...
View Article