You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the API description and example, it's not clear if the intention is for nagivator.lockedMode.request() and nagivator.lockedMode.exit() to resolve with some value other than undefined. The example code saves enterResult and exitResult but I suspect there's no useful value to return.
The text was updated successfully, but these errors were encountered:
There's another bit of the explainer that I think needs updating:
The user tries to convince the app that it is in Locked Mode when in fact it is not (e.g. by overwriting the navigator.lockedMode.request() method with their own that simply returns true at runtime).
I think this is supposed to say "that simply resolves without doing anything".
From the API description and example, it's not clear if the intention is for
nagivator.lockedMode.request()
andnagivator.lockedMode.exit()
to resolve with some value other than undefined. The example code savesenterResult
andexitResult
but I suspect there's no useful value to return.The text was updated successfully, but these errors were encountered: