On newer iPhones I get the following error:
Application error: a client-side exception has occurred (see browser console for more info)
It occurs when you tap the "Get Started" button which is for a Javascript popup. See brightflooringdesigners.com
Can someone help me figure out how to fix this? It doesn't happen on my Android or wife's iphone X.
The main iframe is coming from https://dealers.cpffloors.com/conceptduality-flooring/ and the "Get Started" popup is coming from https://www.roomvo.com/my/cpffloors/. How can I make this work properly on newer iPhones?
Hi,
Most likely it will not be possible to change this easily. Apple has restricted third party cookies more and more and all workarounds seem not to work anymore.
I have implemented the last known working workaround here:
This still works on my "old" ipad. Not anymore on the latest Mac.
What is happening if you go first to the page in the iframe directly and then open it inside the iframe?
Any change?
https://osxdaily.com/2023/04/18/fix-application-error-a-client-side-exception-has-occurred-in-safari/ describes the error as a application error. I assume that a missing cookie is causing this. So the page in the iframe should not rely on cookies.
Best regards,
Michael