This PR changes the non-cancel button of the confirmation dialog from "destructive" (red) to "default" (blue), which covers more use-cases.
This is triggered with JavaScript via alert("Proceed with this action?"). Further customization should be done by subclassingWKUIController` or using a bridge component.
This PR changes the non-cancel button of the confirmation dialog from "destructive" (red) to "default" (blue), which covers more use-cases.
This is triggered with JavaScript via
alert("Proceed with this action?"). Further customization should be done by subclassing
WKUIController` or using a bridge component.