Skip to content

Button click is not working #19

@sritharIOS

Description

@sritharIOS

Hi,

I need to through the notification if app is been idle for 5 mins or greater.

I am using navigator in app js and on top of that I have implemented this code. But, after that my button click is not working at the first time, I have to click 2 to three times to make the button action trigger.

App.js code:

return (
<UserInactiveCheck
timeToInactivity={1}
interval={10}
onAction={action}
ref={ref => {
userInactiveCheckRef = ref;
}}
handleAppState={true}>


{modalVisible && }


);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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