Crop and Rotating Preloaded Image in Ionic
Hi, i had the same problem with canvas.toDataURL and a friend just help me with this. i had the meta tag inside my index and we add this inside the meta img-src * 'self' data:; the final meta is:
View ArticleIonic 2 Navbar dissapearing on nav.setRoot
But then whenever the setRoot method is called to get back to the root page, the navbar dissapears. Everything continues to work if I go to dashboard again, the application still works perfectly. But,...
View ArticleLeft nav-buttons causes the title to have 20px left spacing
I think I just did something in the CSS like this: .buttons-left { width: 0px !important; }
View ArticleTab Navigation issue [Only on Android]
Psst, I was able to get it fixed by adding something to the config in @App() This is my app & config atm. @App({ template: '<ion-nav swipe-back-enabled="true"...
View ArticleDifferent tabs style for the secondary tab
Me too want the same look and feel of the showcase but when I include tab-striped everything is a mess. any fix?
View ArticleAccess values of input fields in modal view
elduderino15: modal and on a button click I would like to read out the value and forward it to a function. I tried binding it with ng-model and setting the controller to the controller of the parent...
View ArticleError occurred trying to fall back to Cordova-lib execution
@cybernatic @a4anishm @syedtariq @larschla I am pretty certain I've figured out the root cause to the issue. I ran cordova -v and saw this output - Ross-MBP:test rossmartin$ cordova -v...
View ArticleCordova plugins supported in Ionic 2?
No, I have not. But give it a try and let me know if it works for you. If it doesn't, do me a favor and give this thread a bump saying you're experiencing the same issue.
View ArticleLots of missing modules when I try to create an app
Hi all! I've just installed Ionic according to the getting started page, but I can't seem to create any app at all. Every time I try it, it always accuses of some missing module. Here's the error:...
View ArticleHow can I pull in the master branch of cordova ios
You could import the specific fix for this issue to replace the cordova-ios implementation: cordova platform add https://github.com/shazron/cordova-ios.git#CB-10530
View ArticleCan't access form on $scope
I ran into this problem too. As a bit of a work around, you can pass the form into the current controller $scope like this... <form name="form" ng-submit="submit(form)" novalidate> then in your...
View ArticleUnable to remove phonegap-plugin-push
I've been hitting this as well with my custom plugin. I generally find that removing the entry for the plugin from package.json and doing $ ionic state refresh works pretty well. It's a bit annoying,...
View ArticleCordova plugins' tags don't work in Ionic 2
This worked for me Create a file cordova.d.ts with below code in Typings folderinterface Window { plugins: any;} Reference it in main.d.ts as/// <reference path="./cordova.d.ts"/>and I'm able to...
View ArticleJson with zeros connecting problem
entries: [{mediaGroups: [{,…}], title: "Podcast of", link: "",…},…] [0 … 99] 0: {mediaGroups: [{,…}], title: "Podcast of", link: "",…} author: "charles" categories:...
View ArticleButton click function not being called on Android 4.4.2
After messing about some more it looks like touhces a few mm to the left of where I would normally touch a button are more successful (but not 100%). Is that possible? Is anyone else having this...
View ArticleIonic user authentication
Yeah you can do that. On post and response success for login, you can $state.go to the main application state.
View ArticleRight menus in nested view
With nested views in Ionic 2, the back button displays automatically, and all menu buttons are hidden. How do I display a right menu button in a nested view? It always has the hidden attribute.
View Article