vk-ane
vk-ane copied to clipboard
No callback when webview authorize dialog is cancelled
Conditions:
- Android
- No native VK app installed
- Trying to log in VK
- Cancel WebView dialog
Result:
- Application don't know if dialog cancelled, so if we have loader, we can't know that it is not needed anymore.
Expected Result:
- Application is notified about dialog cancel.
This issue is the main problem to solve before adding into VK catalog.
Hi @agnithegreat,
Are you able to reproduce this on different OS versions or devices? The callback seems to be triggered every time in my demo app when I cancel the web view dialog using the 'Cancel' button in the web view or by tapping the Android back key; the error message is Error - user denied access. in both cases.