Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

135
Vistas
Ionic 2 broken images after publishing

I'm displaying images in my app hosted with s3/cloudfront. All is fine when testing, Android emulator, device and on the web server but after google approved my app and I download it from the play store all the images are broken? The links are all https, maybe that might cause an issue? Text is coming back from the api fine, it's just the image links.

Anyone run into this problem?

html page:

<ion-content padding>
  <ion-card *ngFor="let article of articles" (click)="getPage(article.id, article.company)" tappable role="button">

  <div class="main-image">
    <div class="image-crop" [ngStyle]="{background: 'url(' + article.mainImage + ') no-repeat center center'}"></div>
  </div>

  <ion-item>
    <h2>{{article.mainHeading}}</h2>
  </ion-item>

  <ion-card-content>
     {{article.mainBody | truncate : 86}}
   </ion-card-content>

  </ion-card>

  <ion-infinite-scroll (ionInfinite)="doInfinite($event)">
    <ion-infinite-scroll-content></ion-infinite-scroll-content>
  </ion-infinite-scroll>

  <ion-refresher (ionRefresh)="doRefresh($event)">
    <ion-refresher-content></ion-refresher-content>
  </ion-refresher>

</ion-content>

component

loadArticles() {
this.httpService.getData('articles?limit=' + this.limit + '&skip=' + this.currentPage * 10)
  .subscribe(
    (data: any) => {
      this.articles = data;
    },
    (error) => {
      console.log(error);
    }
  );

}

about 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda