question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. Itย collects links to all the places you might be looking at while hunting down a tough bug.

And, if youโ€™re still stuck at the end, weโ€™re happy to hop on a call to see how we can help out.

bug: ion icons disappear when Http enabled

See original GitHub issue

Bug Report

Ionic icons not showing when CapacitorHttp: { enabled: true } in capacitor.config.ts on native

Capacitor Version


๐Ÿ’Š   Capacitor Doctor  ๐Ÿ’Š 

Latest Dependencies:

  @capacitor/cli: 4.3.0
  @capacitor/core: 4.3.0
  @capacitor/android: 4.3.0
  @capacitor/ios: 4.3.0

Installed Dependencies:

  @capacitor/cli: 4.3.0
  @capacitor/core: 4.3.0
  @capacitor/android: 4.3.0
  @capacitor/ios: 4.3.0

[success] iOS looking great! ๐Ÿ‘Œ
[success] Android looking great! ๐Ÿ‘Œ

Platform(s)

iOS

Code Reproduction

import { CapacitorConfig } from '@capacitor/cli';

const config: CapacitorConfig = {
  ...
  plugins: {
    CapacitorHttp: {
      enabled: true
    }
  }
};

export default config;

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:4
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
ItsChaceDcommented, Sep 23, 2022

This issues affects Angular apps or any apps fetching local resources, however there should be a fix coming for this very soon. It also affects XHR requests, so the above fix will only cover 1 use case

0reactions
ionitron-bot[bot]commented, Nov 19, 2022

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ionic v4 : Icons not showing since update
Hello, I'm upgrading today from a v4beta15 to v4.0.0 using ionic and angular to build a PWA and my ion icons disappeared, leading...
Read more >
Ionicons Usage Guide
Usage. Ionicons is a completely open-source icon set with 1,300 icons crafted for web, iOS, Android, and desktop apps. Ionicons was made for...
Read more >
LTS Changelog - Jenkins
Fix a runtime error when viewing the build time trend on Java 17. (issue 68215); Provide supporting infrastructure to enable Pipeline: Groovy to...
Read more >
Service | Android Developers
BIND_AUTO_CREATE)) { mShouldUnbind = true; } else { Log.e("MY_APP_TAG", "Error: The requested service doesn't " + "exist, or this client isn't allowed ......
Read more >
The Ionic 4 Media Files Guide (Images, Movies & Audio)
Working with files in Ionic has traditionally been one of the ... iOS your app will likely crash because a lot of permissions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found