PeterStaev / nativescript-azure-mobile-apps

:cloud: NativeScript plugin for working with Microsoft Azure Mobile Apps services
Apache License 2.0
30 stars 10 forks source link

User can't click and close modal Login window on Android #37

Closed dehlers1000 closed 5 years ago

dehlers1000 commented 5 years ago

I am able to successfully use Azure AD B2C with Azure Mobile Services in Android using the nativescript-azure-mobile-apps plugin. However, there is no close option on the WebView window. It would be beneficial to have a close X icon on the top left or right of the screen. At first, I was stuck clicking around trying to close the modal window with no luck. Then I clicked the back button on the phone to return to the main page. The plugin works great and this is the only show stopper for me implementing this in a production environment. It could be frustrating to a user if they get stuck in this window.

AzureADB2CLogin

PeterStaev commented 5 years ago

Hey @dehlers1000 , from what I know this dialog is presented by native Azure libraries since the plugin itself does not have any custom dialog. So sadly there is not much I can do.

dehlers1000 commented 5 years ago

Thanks Peter. I appreciate the feedback.