breautek edited a comment on issue #1047:
URL: https://github.com/apache/cordova-ios/issues/1047#issuecomment-752119616


   > What my guess is, Cordova using WebView implementation and also implement 
its own alert modal, which is not the same as the native browser.
   
   Yah, you might be right here. I'm not too familiar with objective-c or the 
ios code base for that matter but Cordova has a `CDVWebViewUIDelegate class 
that looks like it handles how to display the alert box among other native 
modals like confirm and prompt.
    
   
https://github.com/apache/cordova-ios/blob/7e3402c565c2e34eae2bb954c65c989f71e20df1/CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewUIDelegate.m#L35-L55
   
   This is where my expertise kinda ends. I'm not sure if there is a way to 
ensure that the alert modal is always displayed on top or if there is any other 
potential solutions but I think this method is the method of interest.


----------------------------------------------------------------
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]

Reply via email to