Originally posted by RayYates
View Post
I showed this to a developer and they suggested you use
window.open()
Not
window.openDialog
The window.open() function will open a new page. If you're trying to make a dialog pop up you should use a JavaScript library for dialogs.
https://micromodal.vercel.app/ is a nice clean js and you can style it if you want.
Can you give that a try and see if it works?
Warm Regards
Leave a comment: