Cloud connection with angularjs or ionic?
How to save the form data's to centralized cloud storage?Can any one help me here? I have no idea as how to start with it.My concept is saving all form fields to local storage, i am done with it.But...
View ArticleNative button sounds
Hi i3i2ain, I've made a small update on the plugin. Now you can trigger the click sound manually. For example, for your case you can do: <ion-item ng-click="clickSound()"> Click me with a clicky...
View ArticleCamera Support
Does Ionic2 support Camera. Because I am struggling to show the image on the UI. I am able to get run the Cordova Camera and capture the image, But not able to display it. I get file name like this...
View ArticleUrgently need help
since about two nights ago the keyboard plugin no longer works. It shows an accessory bar and the screen bounces when entering input fields. I've tried creating brand new projects and the problem...
View ArticleError TS6054 Build: File 'cordova_plugins.js' has unsupported extension. The...
If you look in the CordovaApp.Windows.jsproj file that is generated, the last two lines near the bottom reference typescript. If you comment those out, these bulid errors go away. I don't know how to...
View ArticleNavigate back to a modal?
I have a modal where a user can check their account information and from there they should be able press and link that shows their order history on a new page. I would like to be able to navigate from...
View ArticleTab Navigation issue [Only on Android]
I have 2 ion-tabs on my homepage like this: Pasted image850x234 7.04 KB After Clicking on New Game <- Pushes the page on top of the nav This is what happens; as you can see, the android ion-tabs...
View ArticlePutting a page on the nav stack and tab-bar animation
I've got the tabs to animate out when the new page enters but I'm struggling to get the new page to take up the full height available to it. It seems the ion-tabbar-section is still included in the...
View ArticleIonic Analytics: Error connecting to the Analytics server
Hi,I just installed Ionic Analytics in my app. It's working fine client-side but on ionic.io, I receive the following error in the Analytics tab: Error connecting to the Analytics server. In the...
View ArticleHow to refer utility javascript files in Ionic 2 project?
I have created ionic 2 project, in that I have added login module which uses hellojs for facebook oauth. HelloJs is jquery file. How I can add its reference in my module ?
View ArticleModal unresponsive after backgrounding app
If I open a modal and then background the app (tested on iOS) and then bring the app back to the foreground - the modal is still displayed but is unresponsive to any touch events. I have to restart...
View ArticleIonic Docs don't match the template generated by the CLI
when the blank template is created Ionic is imported from: 'ionic-framework/ionic'In all the tutorials Ionic is imported from: 'ionic/ionic'; I am running Ionic version 2.0.0-beta.17 Another thing...
View ArticleAdding Geo info to Ionic 2 form
I am doing some testing and with the following code I can submit my data to a server and receive a response with text inputs into the form fields. When I click my Get Location button I get lats and...
View ArticleScope lost on app resume (?)
I found the cause of the problem but don't yet understand why this has happened. In the following function there is no scope.$apply() function. It's executing an angular.noop()....
View ArticleIonic run android removes other debug.apk from device
BUMP:: Need someone to resolve this.Irrespective of ionic start projectTitle projectType --v2 I can only ever have one at a time on my device. One always deletes the other despite differing names and...
View ArticleGet scroll direction
Struggling with the same thing now, did you manage to find a workaround?
View ArticleCordova plugin vs.using webkit directly
If you want to fully support the large number of devices which can be supported, you'll want to use the plugin. The current level of support for indexedDb cab be found here. The gist of it is that...
View ArticleTried installing wp8 platform, now ionic 2 ts does not work anymore... :(
I have the same exact issue, and know what is causing it: the fact that you are using the .ts extension. When I use app.js (and all .js extensions) then my app runs sound. However, I cannot find a way...
View ArticleIonic Docs don't match the template generated by the CLI
I've been struggling with this for the whole day. I managed to override my previous revision to the newest and suddenly everything stopped working. The fix is to add this right before constructor():...
View Article