You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case I use a Stencil component with Ionicons inside that then gets used in a Cordova app. That is built for iOS. Icons are not being fetched because of the above error.
If using Ionicons in Cordova Environment, the icons are not showing up. The error message is:
Fetch API cannot load file:///android_asset/www/svg/md-add-circle.svg. URL scheme "file" is not supported.
The reason for this is located at:
ionicons/src/components/icon/icon.tsx
Line 192 in 3112743
Please see: JakeChampion/fetch#92 (comment)
The text was updated successfully, but these errors were encountered: