App build doesn't reflect changes
@dgmyrs wrote: Running into an odd issue, I am hoping someone has seen before. I have a simple app that I've started, and everything was working as expected until recently. Now when I make changes to...
View ArticleIs there a way to configure the app to use a specific ios-icon over the...
@brayhoward wrote: I would like to just be able to do <ion-icon name="arrow-down"> and have it default to ios-arrow-down everywhere in my app. Posts: 10 Participants: 4 Read full topic
View ArticleTabbar not appearing on android inside of nested view when placed at bottom
@brayhoward wrote: I configured the tabbarPlacement: 'bottom' in the @App decorator so my navigation bar is at the bottom on Android. It works on the homepage but as soon as you move down into a...
View ArticleUnable to close Actionsheet that presents an Alert after clicked
@adrianteh wrote: Hi, One of my actionsheet handler creates an alert, but the actionsheet doesn't close after the alert shows up. It's a simple alert with an "OK" button. The use case is, I'm using...
View ArticleStructuring init load with promises is a problem
@elduderino15 wrote: I was spamming this forum with multiple questions because I could not wrap my head around my problem, which I finally understand I believe. I must initialize user data from a...
View ArticleHow to debug Crash iPhone 6 Plus after view transition
@happieio wrote: I am running into an issue where my app will crash 100% of the time on an iPhone 6 plus immediately after transitioning views using a collection repeat that contains custom card...
View ArticleCannot find name 'Firebase'
@rodrigoreal wrote: I just started a ionic 2 project with typescript, and im getting both theses errors: ERROR in [default] /Users/rodrigoreal/Projects/rodrigo/myproject/app/app.ts:25:18 Cannot find...
View ArticleCan't return back to previous page
@brendonco wrote: Hi, I have a simple anchor tag, and when a user click the anchor, it opens a webview. But when I press the back button, it doesnt return back to the previous page. It only stay at...
View ArticleERROR when using --livereload on Android only (for both run and emulate)
@sstephens wrote: I get this Error on my Android screen when it tries to load the app (using either emulate or run) Error Dialog: Application Errornet::ERR_CONNECTION_REFUSED (http://localhost:8100)...
View ArticleNavigation getPrevious()
@SDP1966 wrote: I'm failing to understand what exactly it is I'm supposed to feed the getPrevious(view), it calls for a viewController? What is this mysterious viewController and where do I find it?...
View ArticleIonic2 md5 hash
@NullIsNot0 wrote: Hello,can anybody suggest solution how to generate MD5 hash from string in Ionic2? What library to use? Posts: 3 Participants: 2 Read full topic
View ArticleError during ionic start
@frcol wrote: I donwloaded the zip file and tried to start: ionic start name /folder Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip[=============================] 100%...
View Articlenot centralized
@frcol wrote: <ion-nav-title>{{ film.title }}</ion-nav-title> In the brownser by ionic serve it apears centrilized, but if I test in Creator View, it´s left aligned. Posts: 1 Participants:...
View ArticleAndroid Talkback element focus issue
@ukshankar wrote: Hi, Working on application that supports accessibility. Using application in browser with talkback enabled, I can navigate to the elements by swiping right, but if page has more...
View ArticleHow to get momentJS into a ionic2 TS project without errors?
@Mobius77 wrote: I have installed moment and its typings into my ionic2 project: typings install moment --ambient --save In my page, I use the following to import syntax: import * as moment from...
View ArticleWhat is the best system configurations required to run ionic2?
@piccaza wrote: To develop app in IONIC 2 for browser, Android devices and for iOS devices what should be the best configurations required on mac?Configurations like versions of different packages...
View ArticleIonic build --release android command gives error
@chirag_suthar wrote: In cmd I used ionic build --release android to generate apk but getting Error: Unencoded < . Here is my cmd screenshot. Capture.PNG881x447 8.19 KB Posts: 1 Participants: 1...
View ArticleCodepen Google Maps Example Fails on iOS
@ccj242 wrote: Hi there -- I was integrating the javascript google maps api into my ionic app and just couldn't get it to work when running on my iPhone. Everything worked perfect on android, when...
View ArticleIonic 2 Get image from Gallery
@kosalam2 wrote: Hi, Im trying to pick image from Gallery and upload to Firebase.so Can any one help me to get image from phone Gallery using Ionic 2. Posts: 1 Participants: 1 Read full topic
View ArticleHow to customise the error message color
@shmu80 wrote: I have a code as below, and I would like to customize the error message color if the input is empty, but I have no idea how to do it.Can anybody advise? <form...
View Article