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
In the TPAC VK API session, there were comments about returning a promise when show/hide is called so the web author knows if the call was successful or not. There are also platform specific restrictions that prevent the VK to come up even after app calls show explicitly to raise the VK. Not sure if we can deterministically determine if the show/hide call was successful, but should we return a promise indicating that the call was successful? Also if there was an error (e.g. no user activation or no editable element in focus?) then what is the author supposed to do in that case?
The text was updated successfully, but these errors were encountered:
In the TPAC VK API session, there were comments about returning a
promise
whenshow/hide
is called so the web author knows if the call was successful or not. There are also platform specific restrictions that prevent the VK to come up even after app callsshow
explicitly to raise the VK. Not sure if we can deterministically determine if theshow/hide
call was successful, but should we return a promise indicating that the call was successful? Also if there was an error (e.g. no user activation or no editable element in focus?) then what is the author supposed to do in that case?The text was updated successfully, but these errors were encountered: