function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Will Sun 14Will Sun 14 

Visualforce Popup is not working in Safari

I have created a visualforce page with popup window feature, and it works on Google Chrome, Edge, but just not working in Safari.
I have allow all popups in Safari settings, but still unable to solve the issue.
Anyone knows how to fix this issue?
Thank you 
VinayVinay (Salesforce Developers) 
Hi Will,

Check below references for troubleshooting steps for Safari Browser.

https://help.salesforce.com/articleView?id=000312840&type=1&mode=1
https://help.salesforce.com/articleView?id=getstart_browser_overview.htm&type=5
https://help.salesforce.com/articleView?id=000325390&type=1&mode=1
https://help.salesforce.com/articleView?id=getstart_browser_considerations_safari.htm&type=5

Thanks,
Will Sun 14Will Sun 14
Hi Vinay,
Thank you for the details, I have finally make the popup window works on Safari, but now the interesting thing is I can not create a case or add a record via Safari, but they are all worked in Chrome, Edge
Do you have some idea why causing this?

Will
VinayVinay (Salesforce Developers) 
Hi Will,

Good to know popup worked,  For create case issue I would suggest you to replicate the issue and check console logs of Safari browser that should help in narrowing down the issue.

Hope this helps...

Thanks,