Display this to list
@physedo wrote: test.ts:113 (6) [Status, Status, Status, Status, Status, Status] test.ts:139 (4) [Array(1), Array(1), Array(1), Array(1)] // I want to display this first in a list test.ts:139 (4)...
View ArticleIonic2 frame work sending empty parameters in http post(400 Badrequest)
@shalini_99 wrote: Method is working fine in postman but, while sending the same request from ionic2 is generating an error.Get methods were working fine but there is some issue in post.The request is...
View ArticleBrowser based App - Query Parameters
@hintona wrote: Hi, I am building a browser based app using Ionic 3 and would like to use query parameters in the URL or another mechanism if there is one to pass input when opening the web page: ie...
View ArticleThe content scrolls up when tapping on a readonly ion-input
@szily20 wrote: Hi there, I'm using the readonly attribute on some inputs to prevent the native keyboard to pop up.(I'm showing custom js component instead.) When I tap on an input which is readonly...
View ArticleIonicApp or App?
@hanzo2001 wrote: I don't know the difference between these two components or their intent. I know that App has an entry in the API Docs but IonicApp has none. My IDE (VSCode) tells me that IonicApp...
View ArticleService constant property
@SanSolo wrote: Hi there, I'm having trouble with a property of one of my service that is getting updated when i dont want to. I explain myself. When I open the home view i'm making a GET request that...
View ArticleFirebase handle push notification and increase badge
@yajuve wrote: Hi ! I'm using ionic2 with corodva-plugin-fcm to connect on Firebase I could handle my notifications correctly using this code FCMPlugin.onNotification((d) => {...
View ArticleIonic cannot run android
@setsuna304 wrote: ANDROID_HOME=/usr/local/Caskroom/android-platform-tools/latestJAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/HomeSubproject Path: CordovaLibFailed to notify...
View ArticleIs there any possible way to have multi layer view?
@rsa wrote: Is there any possible way to show some way to have multi layer view to show UI component independently but both of them could be focused?for example : showing text box over an image,...
View ArticleIonic Deploy. Count of deploys problem
@NyaO wrote: I use Ionic HTTP API, to get count of deploys in month. I create 3 requests.1. auth and it is ok.2. request to get deploy channel https://api.ionic.io/deploy/channels/dev Answer is:...
View ArticleRunning android replaces another app
@matutor wrote: Hi guys, for university I've built two different apps with ionic. If I run android, one app replaces the other.What can I do so both apps get "unique" and are not overwritten by the...
View ArticleIonic + Firebase + Sidemenu + Tabs template?
@jbaima wrote: I'm starting a new project and I'd really like a template that works with Firebase and has Sidemenus and Tabs with Firebase auth for FB, Google, etc through Firebase. Ideally it would...
View ArticleNeed ShowcaseView
@sonuyadav wrote: I am looking for ShowcaseView to implement in my ionic3 application. Is there any plugin or feature that can do similar to https://github.com/deano2390/MaterialShowcaseView and...
View ArticleSelect grid-cells via drag
@nadavk wrote: I am a backend dev with rudimentary knowledge of Ionic.I need to create a grid-like UI-component, let's say 4 col x 50 rows, with the requirement for the user to click-down on one of...
View ArticleUsing ng-controller in ionic2 applications
@Madhi wrote: Can anyone tell how to use ng-controller in ionic2 application . Its shows error when i wrote .controller('functionname',function($scope,$timeout){ //rest of the code }) Thanks Posts: 1...
View ArticleMediaCapture: More control options to auto-start recording and auto-return?
@loki9182 wrote: I'm trying to build an "Interview" app which allows a user to record video answers to various questions but my client is very particular about the UI he wants. Unfortunately, when I...
View ArticleKeyboard "Send" button error
@billnye123 wrote: Hey guys. Ran into a small problem here and I hope you guys can help me out. I have attached 2 screenshots. In the first screenshot, when I press the send button (->) on the...
View ArticleHttp Subscribe Error does not work on device
@eduardothiesen wrote: Hey there! I'm making a http request and subscribing to it so I can treat the responses. The problem is, when I run my project in the browser, everything works fine. But when I...
View ArticleInput controls in sliders are broken
@iamsinghchandan wrote: I have an ion-slides component which has some ion-input controls in. On RC2 the way the form scrolled when a keyboard displayed on a device was bearable. In RC3 it is...
View ArticleMvc ionic injecting dependency
@kumaripriti wrote: I am trying to implement MVC pattern into my app but the problem I faced is that I am not able to inject dependecy of my service providers into my model.Below is my code:import {...
View Article