Cannot load images in ios build
@wbrett30 wrote: Hello, I’m completely stuck trying to display images in an ios build of my app. It works for web deploy (ionic serve) using <img class="center-logo"...
View ArticleGet item array ACF json api
@flavioigino wrote: Good morning friends, I’m developing an app to list pharmacies on duty, with wordpress, Wordpress plugin Advanced Custom Fields (ACF), Ionic 3, API Rest Json Native of Wordpress...
View ArticleLive deploy with Ionic Pro doesnt work (But worked before...)
@Skee wrote: HI there, I set up the whole Ionic Pro SDK to deploy live updates to my app via my GitHub-Branches. Everything worked fine in the beginning. Then i tried to use manual updates with the...
View ArticleHttp auth post req to api wordpress
@ebeliejinfren wrote: function in api provider : doLogin(username, password){ this.body = { username: username, password: password }; return this.http.post(this.API_LOGIN +'token',this.body); }...
View ArticleGet device header height
@KingDei wrote: I need to get the height of the header, and since I’ve noticed that on each platform and device it differs. What is the best way to achieve this? Posts: 1 Participants: 1 Read full topic
View ArticleLive deploy update is not persistant
@Skee wrote: Hi there, I updated my app via Ionic Pro SDK Live Deploy. So far everything works fine (on iOS). But if i kill the app and restart it, my app is like it was before the update. So it looks...
View ArticleMake app-debug.apk use production API URL
@flavio_b wrote: Hi all, I developed a WebService at localhost which is working fine and it is responding on http://localhost/my-web-service/api. So I decided to put it in production to my website...
View ArticleLatest official version of Angular that latest Ionic 3 supports
@morphist wrote: Since Ionic 3 relies on Angular I wonder if there is official “list” of Angular dependencies that Ionic 3.9.2 supports. For now I just assume whatever is installed with Ionic is that...
View ArticleSingle ion-tab color
@Fragan wrote: Hello, is there a way to change only one tab icon color ? example: <ion-tabs > <ion-tab [root]="homeRoot" tabIcon="home" > </ion-tab> <ion-tab...
View ArticleIONIC3 push notification not working in IOS DEVICE
@dweedlez wrote: I do not know what else to do … I exclude I have created new vi tutorials, I have documentation, and no results so far … I really need help, who can at least look at my code to find...
View ArticleRead / write header in ios simulator
@miryionic wrote: Hi guys, my app after login writes the authorization token in local storage. After login this token is read from backend application, and It works fine both from a browser and a...
View ArticleThe Best Way to use API
@Yruama wrote: Hello I want to know the best way to use an API. Currently i do this : i create a variable named getData, it’s a boolean. Default false. getData: boolean; i call my api in...
View ArticleUploadcare widget facebook authentication opens in a browser and not inside...
@chats1986 wrote: Hi Team, I have an issue here… All I am doing is using ngx-uploadcare-widget in my app. This widget allows to share and upload photos from different platforms like facebook, twitter,...
View ArticleDesktop PWA on Chrome/Linux consumes 100% CPU
@fortunella wrote: I’m developing an app as PWA. Until now, I used ionic serve on my local machine that works very fine. Also, when I use the “Open fullscreen” link I can test the desktop version...
View ArticleBuilding iOS without Mac?
@FnnHuman wrote: Is there currently any way to build an iOS package without using Mac? Some time ago there used to be Ionic Package, which is gone right now. Posts: 1 Participants: 1 Read full topic
View ArticleButton not showing
@kocei wrote: Hello im having a problem when I try to add a button to one of my ion-item <ion-item no-lines> <ion-checkbox [(ngModel)]="filterTime" (ngModelChange)="processChange()"...
View ArticleHow to define floating responsive cards?
@ioclaudio wrote: Hi, I have four small cards (A,B,C,D) into an Ionic app. I’d like to show them as A,B,C,D (on the same line) or as A,B C,D depending on the device orientation or the size of the page...
View ArticleWhy I can't do in app purchase more than 1 time?
@_Ali94 wrote: Hey guys I have small issue, I made in app purchase in my app The purchase done without problem but after the user paid then he can’t buy the same package So is that normal and there is...
View ArticleHow to navigate to root page of tab in ionic2?
@saty932 wrote: I have four tabs with in that I pushed some pages into 3rd tab.Now I wanted to comeback to root page of 3rd tab?How can I get into this page?? Posts: 1 Participants: 1 Read full topic
View ArticleShould I upgrade and is Ionic 1 still viable?
@rgecy wrote: I have several apps that were developed using Ionic 1. I wondering if it is really necessary to move up to Ionic 3+. I am still using Angular 1 in most of my development and have not...
View Article