Recommended Android/IOS file chooser plugin
can you now tell if filechooser for ios is workable anyway ?
View ArticleIonic Cordova Directory Chooser
How do I let the user choose a specific directory to save their file?
View ArticleThe app looks different at real device
Hi, I have tried to install the crosswalk, but the app with the crosswalk crashes.Can you please check crash screenshot and logs of following commands?Thanks. Screen Shot 2016-01-29 at 10.22.44...
View ArticleionicModal doesn't open until 3rd tap on iPhone
Turns out the issue was not in the Ionic controller code nor the triggering html, but in the modal template, itself. Per the Ionic documentation, I had each of my modal templates wrapped in this:...
View ArticleIonic Push works with ionic serve but not Ionic View
Maybe the issues were with old versions of Ionic View, I haven't used Ionic View for a long time now because just building and installing an APK is the easiest solution for me.
View ArticleThe change of data in controller doesn't update automatically
I'm not very familiar with ES6's fat arrow function. Does that mean I can write something like this? return new Promise( (resolve,reject) => { I thought it only looks different.
View ArticlengCordova SQLite how to make a simple select query
how to show all created tables?also is there a list of available queries ?
View ArticleThe change of data in controller doesn't update automatically
Not only that, it means this, bye bye self variable : // var self = this; No longer needed with fat arrow functions return new Promise((resolve, reject) => {...
View ArticleThe change of data in controller doesn't update automatically
Thanks for your reminding. Then can do it even better with: return new Promise((resolve, reject) => { window.imagePicker.getPictures((results) => { for (var i = 0; i < results.length; i++ ) {...
View ArticleThe change of data in controller doesn't update automatically
luchillo17: imagePicker Then I got some error messages: ORIGINAL EXCEPTION: Component 'NewPostPage' must have either 'template', 'templateUrl', or '@View' set.ORIGINAL STACKTRACE:Error: Component...
View ArticleDifferent performance on multiple of the same device?
So I have made a wheel that you touch and drag to spin in ionic as a navigation system. I have tested it on my iPad Air 2, iPhone 6s and Nexus 6p. All of them work great, however I sent out a test...
View ArticleThe change of data in controller doesn't update automatically
If I tried this: @Page({ selector: 'pipes', changeDetection: 'ON_PUSH', templateUrl: 'build/pages/post/new-post.html' }) then I got another error: EXCEPTION: Invalid argument 'img/placeholder.png' for...
View ArticleThe change of data in controller doesn't update automatically
The annotations have to be on top of a class, you can't annotate another annotation: @Component({...}) class CustomComponent{...} @Page({...}) class CustomPage{...} What were you trying to achieve...
View ArticleThe change of data in controller doesn't update automatically
For this error post also the 5 lines of HTML above and below of the async pipe you're trying to use.
View ArticleThe app looks different at real device
Sorry, the logs say nothing to me, i would try inspecting the devise with chrome inspect tool but it only works with Android 4.4 up.
View ArticleCordova v6.0 Released Today - Will it work with Ionic?
Hello everyone, Today (1-28-16) Cordova version 6.0 was released. Lots of changes! You can see the full change-log on their blog site here: Cordova 6.0.0 Released! Blog Post I know it is really early...
View ArticleNg click in relation to button sizes
Hi @KimB, It looks like you're firing twice the popover and that is what makes it go funny I guess. try addingng-dblclick="return false"this will capture the doubleclick event instead of firing twice...
View ArticleIonic + Braintree JS integration
I was able to implement this, but when I submit, I still get redirected to the php page which is outside the app. I also tried using another state url for the action but that messed up the url...
View ArticleIonic Splash Screen and Icon not coming in ios?
Every time I need to remove the platform,And then If I add again it works,Its because xcode things are not getting updated when I build,I need to do the platform remove and add workaround every time...
View Article