Skip to content

UWP js setTimeout / setInterval #13

Description

@philfleck

Hi again,

i discovered some strange issue:

when running

setTimeout(MyFunc, 1000);
var idIntv_MyFunc = setInterval(MyFunc, 30000);

as an standard win-app it works perfectly, BUT when switching to UWP MyFunc gets never called.

any suggestions or help?

Thanks in advance.
-best

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions