Skip to content

ios 14 compatity issue, and element timing is not working #175

@latel

Description

@latel

only fcp and lcpFinal is reported on ios14.7, but much more on android 10.

in addition, element timing is not working on both side.

image

const perfume = new Perfume({
    resourceTiming: true,
    elementTiming: true,
    analyticsTracker: options => {
        const { metricName, data, eventProperties, navigatorInformation, vitalsScore } = options;
        if (metricName !== 'resourceTiming') {
            console.log('perfume', metricName, data);
        }
    }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions