Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

**Bug Report** Flash Object in Slide doesnt receive Events #47

@monsdroid

Description

@monsdroid

Hi,

nice Plugin!
We are using it and had an issue with an FlashPlayer in a Slide (Livestrem, HLS, JWPlayer) not getting any Events passed trough.

The start Function checks for touch devices and if not it prevents the Default.
Chrome and IE 11 (lower no testet) will also prevent passing the Event to the SWF Object (Firefox does)
so we added a check if the event target is a flash object and if so, dont prevent default.

~ Line 429
if (!has.touch && !("application/x-shockwave-flash" === e.target.type)) {
e.preventDefault();
}

Works like a charm.

Best Regards,
Simon

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