Issue
As the title says, Revolution slider will not work on some iPhones which is very very odd.
For example on an iPhone 11 it will not work but it will work on an iPhone 11 Pro Max.
By saying doesnt work I mean it doesnt show up! Just empty space.
I use browserstack to troubleshoop.
Solution
I faced the same problem. So I use these code in htaccess file. And It's working fine in all iphone.
Header unset Content-Security-Policy
#Header add Content-Security-Policy "default-src * 'unsafe-eval' 'unsafe-inline' 'unsafe-dynamic' data: filesystem: about: blob: ws: wss:"
#Header unset X-Content-Security-Policy
Header add X-Content-Security-Policy "default-src * 'unsafe-eval' 'unsafe-inline' 'unsafe-dynamic' data: filesystem: about: blob: ws: wss:"
Header unset X-WebKit-CSP
Header add X-WebKit-CSP "default-src * 'unsafe-eval' 'unsafe-inline' 'unsafe-dynamic' data: filesystem: about: blob: ws: wss:"
Answered By - Shohan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.