Text is hidden under ionicModal's header bar
This is my modal: Screen Shot 2016-01-19 at 9.31.24 AM.png834x324 11.1 KB As you can see, the text is "Hello" and it's hidden right under header bar. Nothing changes when I resize the window to a...
View ArticleWhat happened to the beautiful scrollbar in Ionic 2
We've removed the Ionic 2 repo and moved the code to a branch on the Ionic repo: https://github.com/driftyco/ionic/tree/2.0 @lastmj, please use the issue submitter now to create issues:...
View ArticleError occurred trying to fall back to Cordova-lib execution
I get the same here. It works if i put sudo in front of "ionic build ios", but then all the files generated is owned by root user, and not by my user. So why does it work with sudo, and not without?
View ArticleHardware back button not working after deploy.update()
For now I "solved" it by not triggering an update with Ionic Deploy, but downloading the whole APK and installing it - including the new /www folder of course. So no more Ionic Deploy update necessary...
View ArticleSave images, audio, video to local application folder when browse from device
I am getting problem while saving PDF files, audio, video and images in my application directory. Please guide and help me out in this case.
View ArticleText is hidden under ionicModal's header bar
I got a feeling its because of your font-size: 20"rem", have you tried using pixels with the same amount of 20rem?
View ArticleAndroid SplashScreen Autohide FALSE not working
I ended up with something like <preference name="SplashScreen" value="screen"/> <preference name="ShowSplashScreenSpinner" value="true"/> <preference name="AutoHideSplashScreen"...
View ArticlePull to refresh appears at the top, but how make it appears e.g. in the...
How about you disable the spinner of the pull-to-refresh, and in your called function show an $ionicLoading ?
View Article404 error loading image android device
fefelegal: ionic add cordova-plugin-whitelist When I try to run ionic add cordova-plugin-whitelist, I receive this error message:Failed to find the bower component "cordova-plugin-whitelist".Are you...
View ArticleAccordion List Differentiated
I helped someone on StackOverflow with the same issue. The answer is here.
View ArticleAccordion List Differentiated
Hello @LeftyX, thanks for your reply.. I see the link, and i found one which is on the way, but needs some tweaking to solve my problem .. http://play.ionic.io/app/40f60f097fb2Him have the...
View Article404 error loading image android device
@victorcarvalhosp try that:ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
View ArticleError occurred trying to fall back to Cordova-lib execution
Its because of CHOWN\CHMOD permissions of folder..Best solution is uninstall cordova\ionic and reinstall it,if this needed chown -R username /cordovapath/
View ArticleIonic-View Android app not retrieving Firebase data
I have the same issue. When I run my app directly on the device loaded via ionic run android, no problem. The same app loaded via ionicview fails to load. I used jconsole.js to get the logs and this...
View ArticleApp Shows blank screen after Updating iocnic.css
Hi, I am updating my ionic css from from 1.0 to 1.2 and as a result of that my app shows a blank screen. Any idea why its happing. Thanks
View ArticleNativeScript support?
As I am looking at Ionic for my next big thing, I am also looking at NativeScript. Now that Angular supports NativeScript, is there any interest in supporting Angular/NativeScript applications with...
View ArticleLooking for example of ngCordova used with Angular-Meteor
I am experiencing the same issue as aaronksaunders. I added the ngCordova package: meteor add netanelgilad/ng-cordova but I failed at: angularMeteor.requires.push('ngCordova.plugins.datePicker'); I...
View ArticleDeploy Android App - x86, armv7 or both?
I have just created the apk version of armv7, but at the end of the upload the console returns that the version of my app must be more than 100004. This confuses me
View Article