samyc1201 commented on issue #1047:
URL: https://github.com/apache/cordova-ios/issues/1047#issuecomment-751949436
> it isn't visible because it's displayed under the select modal?
Yes it is not visible but it doesn't show under select modal too. It is just
not showing and the whole page is not responding, any click to the button or
input element are not receivable.
> Since you're dealing with native browser UI, this smells like a browser
bug.
I have tried just now, it doesn't happen in Safari in my ipad.
What my guess is, Cordova using WebView implementation and also implement
its own alert modal, which is not the same as the native browser. The alert
modal (guess it is UIAlertController) doesn't work well while there is select
modal (not sure this, might be other UIViewController) showing.
I will try to look into "dialogs plugin", although that is not convenient,
because the usage of "alert()" is everywhere in my project.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]