QuotaExceededError in my AMP page only in safari browser - safari

I got QuotaExceededError in my AMP page only in safari browser.
In some Safari browser page is working perfectly, but in some safari browser, I got this error.
Even I am Checking this in normal browser page(Not in Incognito mode).
Please give me a solution if you have any idea regarding this.

Related

How to access content from iframe in Safari. Not able to switch to iframe for safari browser

I am not able to switch to any iframe in safari browser.
switchTo frame is working properly for other browsers but not working in MAC safari.
Is there any way or workaround to achieve this.

VueJS (CDN) not working properly on Safari browser

Vuejs is not working at all on safari, a live example is in https://www.artiskit.net
The website is working on all modern browsers but safari, I don't even have an error on why is this happening on the console.

In IOS mobile safari browser popup window not showing In incognito mode

I have an issue related to the popup window in a mobile safari browser. In mobile browser popup not showing but when I opened the same site in Mackbook safari browser it's showing, its also showing on the mobile app but when I opened it on the mobile safari browser it's not showing. I checked the browser settings for popup it on.

Flexbox flex-direction column bug

i have a big problem in responsive website in mobile safari and mobile ie or some mobile browsers. my site its ok in chrome mobile browser, but in ie or safari flex-direction column do not work and see parts lokelike float without clear. what i do for this problem?
enter image description here
it's in true show and in mobile chrome browser
and its in ie and safari mobile browsers
enter image description here
this problem is for flex-direction:column
can see this problem in 10up.github.io/flexibility/

Facebook Connect Login redirecting in Chrome and Safari

I am having a problem with Facebook Connect that I can't seem to get my head around. A user clicks on the fb-login button, the pop up appears and they authenticate, the pop up closes and the on-login function is called. This happens in IE and Firefox as is expected. However in Chrome and Safari, the pop up redirects to the canvas url and doesn't close. Also the on-login function isn't called. I have googled and it seems to be something to do with the xd-receiver.htm file, however it seems weird that it is working in IE and Firefox but not Chrome or Safari. Thanks
The facebook javascript
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript"></script>
<script type="text/javascript">FB.init("xxxxxxxxxxxxxxxxxx","xd_receiver.htm");</script>
And the button
<fb:login-button v="2" size="large" onlogin='window.location = "http://www.xxxxxxxxxx.com/development/redirect.php?size=large";'>Connect</fb:login-button>
Obviously with Appid and domain hidden. Any ideas?
EDIT: After a bit more playing around it turned out that I didn't have my base domain set in Facebook settings. Why it works in some browsers and not others beats me, however it works now. Thanks NSD for your suggestion.
Parts of the old js sdk has been depreciated https://developers.facebook.com/roadmap/ You may need to migrate to OAuth2 https://developers.facebook.com/docs/oauth2-https-migration/