$ionicHistory.goBack(); does not work in 1.3.0
@Babinc wrote: $ionicHistory.goBack(); does not work when i update my project to 1.3.0. But it does work if i downgrade it back to 1.2.4. With no other changes. I started i new project, and...
View ArticleIonic 1 & angular-loading-bar
@Marine wrote: Did someone managed to use this plugin and make it work without forcing the start of the loading bar? https://github.com/chieffancypants/angular-loading-bar Just took a look to the...
View ArticleGoogle Maps Javascript API
@ShilpaSK wrote: I am developing a Hybrid app using ionic and I have used Google Maps Javascript API to display map.In android(except marshmallow), the map loads at times but sometimes doesn't load at...
View ArticleNative apps grows faster on Play Store?
@calebeaires wrote: I would like to start an discussion about how our apps (cordova/ionic) are being underrated by Google on its Play Store. Of course I am not sure about that, but I have feelings...
View ArticleDate Pipe does not apply format
@carlosadrian wrote: Why do these two lines return the same result? {{myDate | date:'dd/MM/yy'}} {{myDate | date:'MM/dd/yy'}} I expected the first one returns 25/12/15, and the second one 12/25/15,...
View ArticleMixpanel stopped working on iOS
@grege wrote: We have an Ionic v1 app and been using Mixpanel for metrics for over 6 months but in early March it just stopped working on iOS but is continuing to work normally for Android. At first I...
View ArticleHave list item take all the height
@polska03 wrote: I have a page which simply looks like this: <ion-navbar *navbar> <ion-title>My List</ion-title> </ion-navbar> <ion-content class="has-header">...
View ArticleResolved, my stupidity - Document.addEventListener to the backbutton stop...
@allpref wrote: Last time I did test this in my app (can not remember if it was before or after the last update) was still functioning normally, but now it was making changes and when pressed simply...
View ArticleHow to add custom font icons in ionic2
@gcaquino12 wrote: Im new in ionic2 and I want to add custom font icons in my app. However I have no idea where to start. I already have my generated font-icon from icomoon, my question how to...
View ArticleviewChild unexpected token
@emoryr wrote: Hello guys, I am facing a problem with ViewCHild. If you have any idea thanks. I am trying to compile using the example of Slide to go to another slide: But when I put this line of...
View ArticleCall a Page method within a Component
@gentunian wrote: hi all! I'm trying to call a method from a Component that belongs to a Page. The reason for this is because I'm loading items dynamically into a wrapper page. The wrapper page is...
View ArticleIonic android platform installation error
@uvinduc wrote: C:\Users\UVINDU\Desktop\CPMAD\CarMart>ionic platform add androidUpdated the hooks directory to have execute permissionsAdding android project...Creating Cordova project for the...
View ArticleIonic $http request with 403 error on iPad device
@zhangzzh wrote: I'm scratching my head with one problem in ionic.I have an app, I run it with simulator (ionic emulate -lcs), works find, $http can call the backend service with post. But after I...
View ArticleInstall Ionic on Ubuntu 14.04
@towfiqpiah wrote: As Ionic depends on cordova, you need to install it first. To install Cordova, make sure you have Node.js installed. Following step by step guide shows what to do to install ionic...
View ArticleIonic2 common Footer on multiple pages
@ghenry22 wrote: So I have a question, I have no idea how to do this or even if it's possible so looking for any guidance. Might be a really simple thing, might not. I want to be able to be able to...
View ArticleIonic2 common tab bar on multiple pages with side menu
@dipak_mahapurkar wrote: Hello all of you,I want to implement tab bar app with side menu. I want tab bar common for all pages in my add either bottom or top as well as it might be slidable means like...
View ArticlePush Migration - How to set custom user ID?
@Tofaelraju wrote: I am trying to migrate from Ionic push alpha to beta. Please help me with the following issue : Previously I used to register user using $ionicUser, I was able to set the user_id by...
View ArticleWhat is the most stable version of ionic and cordova?
@alexorz wrote: Greeting, I'm trying to build a productional Instant Messaging App running on both iOS and Android devices, which needs Media, File and Photo support. So, which version of Ionic and...
View ArticleFacebook Native not working in Browser
@seiboldsoft wrote: Hello, i moved from Ionic 1.* to Ionic 2.* and installed the Facebook4 Plugin. Now i could see that there is no src/browser folder. Anyway, ive tried calling...
View ArticleDynamically changing menu content without using events
@pratyush_sharma wrote: Can I access App components from a page or define menu in a page template. I am trying to avoid using events. Posts: 4 Participants: 2 Read full topic
View Article