add-to-homescreen icon indicating copy to clipboard operation
add-to-homescreen copied to clipboard

Fix bug where customCriteria was always required

Open speige opened this issue 6 years ago • 1 comments

The old logic: _instance.options.customCriteria !== null || _instance.options.customCriteria !== undefined will ALWAYS return true.

speige avatar Aug 29 '19 18:08 speige

I will check on this. I have been making major updates to the library the past few weeks. I am separating the prompt schedule logic from examining if the PWA can be installed. This falls under the latter piece.

docluv avatar Aug 11 '20 15:08 docluv