Post data ionic doesn't work
Sujan12: The request is not correct and the server responds with an error. Compare the requests exactly. I'll review my code here and I'll come back friend, tks
View ArticleHeader too big in iOS
Hi guys I'm using ionic 2 tabs app and in each page I'm adding ion-header with ion-navbar in it.the problem is and it only appears in iOS is that the header nav bar is too big. if I'm removing the...
View ArticleHow to make json response available within the same ts file
Hi import { Component } from '@angular/core'; import { IonicPage, NavController, NavParams, AlertController } from 'ionic-angular'; import { AnimeService } from '../../app/services/anime.service';...
View ArticleHow to make json response available within the same ts file
Kaito_Kaito: this.animeService.getSeasons().subscribe(response => { Just use this directly in ionViewDidLoad instead of your own method. Only then you can use the async stuff there and only work...
View ArticleSetting Focus to an Input in Ionic 2
You can simply use this: <ion-input #input type="text"></ion-input> <button ion-button (click)="input.setFocus()">Focus</button>
View ArticleGeolocation and google maps
Read this blog https://codeburst.io/native-google-maps-and-geolocation-ionic-fe635a00249d
View ArticleIonic package status failed in Ionic cloud
Refer the screenshot of the error message Build Error.PNG1349x679 29.6 KB
View ArticleIonic package status failed in Ionic cloud
Click on "Output" on the right to see more of the actual error message.
View ArticleIonic package status failed in Ionic cloud
Build output message: ANDROID_HOME=/opt/android-sdkJAVA_HOME=/usr/lib/jvm/java-8-oracleError: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.Looked here:...
View ArticleOffline data sync - after close my app
Hello Sujan12, thanks for your reply. what you say is right. can i register a job in to os. i will delegate this task to the os.is there a service worker or something similar? your background example...
View ArticleProperty 'willLeave' does not exist on type 'Modal'
I am having the same issue here. Please let me know if you have a solution for it.
View ArticleIonic package status failed in Ionic cloud
One of the many search results for this error here in the forum: Got Error in Ionic cloud build "Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK. " I got...
View ArticleOffline data sync - after close my app
I know what you mean, but don't think this is possible. At least I don't know an easy way to solve this.
View ArticleCall mathpix api in ionic
this.images=[ './assets/img/ekva.jpg'] } ionViewDidLoad(){ let headers = new Headers(); headers.append('Content-Type', 'application/json'); headers.append('app-id', 'trial'); headers.append('app_key',...
View ArticleCall mathpix api in ionic
RIght now you just take the array ob image names (strings), and put it into a string you say to be base64.You will actually have to open and read the image, convert it to base64 and then put this into...
View ArticleIonic and html5mode (google search console)
Doing this on the Server side (First answer) How to use html5Mode with Ionic? ionic-v1 I added $locationProvider.html5Mode(true); in the config function, and made sure I don't use # in the urls. But,...
View ArticleHow to make json response available within the same ts file
Thank you very much! That's solve my problem
View ArticleContent move up when focus input even not cover by the keyboard
Sorry, what exactly is the problem?
View ArticleIonic run android take datas from nodejs
Hello everyone,I m developing app with ionic2 with nodejs and there is no problem with ionic serve but when I run at my phone, i can not get the items from nodejs(server) I shared internet from my pc...
View ArticleChecking selected checkboxes only
I'm building a list of checkbox items like this: <ion-list> <ion-item *ngFor="let listitem of checkdetail.contents; let i=index"> <ion-label class="mainitem" *ngIf="listitem.flavour ===...
View Article