How callbacks work
you don’t have a bind to the data, so there is no expectation that the view should pay attention. see Passing Value of an Input type text to the home.ts but I would expect that you would need an...
View ArticleGet token return null
I’m building push notification by (ionic3 and firebase) , when running on emulator (genymotion api19) gettoken() return null , when running on device or other emulator getToken() return the token...
View ArticleAcces to restful response in json
import {Injectable} from '@angular/core'; import {Http, Headers} from '@angular/http'; import 'rxjs/add/operator/map'; let apiUrl = 'http://localhost/PHP-Slim-Restful/api/'; // let apiUrl =...
View ArticleProblem for compile with gradle
Hi colleage, I have the follow problem. When I try run the command ionic cordova run android --device, all begin ok until when it try unzip the file gradle, or is that I undestand it, Ionic show de...
View ArticleHeader aligns title and icon in a weird way
I have a little problem here is my code <ion-header> <ion-navbar> <ion-buttons> <img src="assets/icon/favicon.ico" width="30px" /> </ion-buttons> <ion-title...
View ArticleAcces to restful response in json
try this by adding map function this.http.post(apiUrl + type,JSON.stringify(credentials), {headers: headers}) .map((res: Response) => res.json()) .subscribe(res => { console.log('response :'+...
View ArticleMode: 'md' for ios in Ionic View not applied
Hello everyone! I prepared the app on ionic for android. On android phone the UI looks OK, but on IOS (i used Ionic View to test, because i’m working in VIsual Stuido) i have some issues. I set mode...
View ArticleCamera Preview plugin orientation change issue
Not quiet a refresh solution but i check with Platform.isPortrait() and change the layout.
View ArticleAcces to restful response in json
thx ahmed, it work exactly the same way but i still can’t acces to this.responseData.values. maybe the “_body” caused problem???
View ArticleExpand ionic native plugins
Hello ! I’m making first attempts to realize app mobile with ionic 3-angular and cordova 8. My need is to build a tcp socket plugin raw (not chrome plugin). I think i could have three ways to do this:...
View ArticleIs it possible to create a custom camera app with these features
I need to create an android & iOS app that utilizes the photo and video camera. I read through the camera documentation but I’m unsure if this is possible Is it possible to change these settings?...
View ArticleFatal: App doesn't exist or you do not have access to this repository
me too, linux client
View ArticleBorder color Ion-tabs
I tried to modify many class like .tabs-md .tabbar but I hadn’t my top border
View ArticleBorder color Ion-tabs
I succeeded in put my border in variable scss but the problem is I want this border only for one page… Is it possible ?
View ArticleBorder color Ion-tabs
Hello, if you tap on , example tab1, then you want a border on tab1, but when you tap on tab2, tab3,… then there should shown no border and border on tab1 should also disappear? Best regrads, anna-liebt
View ArticleCompany Still Going?
seems incredible but in my experience the cloud service worked much much better when it was free
View ArticleMap not showing up at all
I just researched a lot trying to find out what or where is the problem, i just cant figure out. The tag <agm-map> shows up in the html, but doesnt create any map, the google key is valid and...
View Article