Skip to content

Ionicons not showing up when using in Cordova Environment #552

@paulstelzer

Description

@paulstelzer

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:

req = fetch(url, { cache: 'force-cache' }).then(rsp => {

Please see: JakeChampion/fetch#92 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions