bug: ion icons disappear when Http enabled
See original GitHub issueBug 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:
- Created a year ago
- Reactions:4
- Comments:9 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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.