Has anyone else experienced an issue where the CloudKit Dashboard will rarely log in but most of the time redirect the page back to the log in screen after you've correctly typed in all the credentials?
I can't seem to find anything on the web about it, except for this post on the Apple developer forums:
https://forums.developer.apple.com/thread/25947
I'm running a late 2011 MBP with OSX Yosemite, not sure if that will help. I've tried both Safari and Firefox.
Try using Safari. I was having this problem with mozilla firefox.
Solution: open a private browsing window and try again!
Related
I am setting up Facebook's Share Dialog for a website that is done in React. It seems to be working everywhere except on iOS browser (chrome).
I know that iOS are more strict with permissions. I'm not sure how to debug this.
Anyone knows possible causes of this?
the fix for me was to use display:dialog for iOS instead of display:popup
I have a php facebook application that requires that you like the page before getting access to photos Free Cover Photos. The problem is after liking it not all browsers take you to the application. It requires you to refresh the browser to view. Any suggestions?
IE worked ok
FF needing refresh
Chrome needing refresh
Tested on several systems.
It looks like Chrome is working for me. Maybe you have an older version of Chrome or some non-default setting turned on. Try turning off all the plugins in Chrome and see it that helps...maybe one of them is getting in the way.
I added a Facebook like button to my site, which was generated by the Facebook tool
http://developers.facebook.com/docs/reference/plugins/like/
it works perfectly in FF and IE
But doesn't want to work in Chrome 9
Does anybody know why it happens this way ?
Sorry guys, it was really stupid of me.
The cause of this mess is a Facebook Disconnect extension I enabled a few weeks ago - https://chrome.google.com/webstore/detail/ejpepffjfmamnambagiibghpglaidiec
Since it works for you I started exploring my own Chrome.
Thanks for your support, you helped me to understand the issue.
FYI - for anyone that finds this, Avast is blocking social media sites by default now with their web plug in! Grrr...
I'm playing around with a simple web app locally, and can't quite figure out why it is not caching correctly on the iPhone. I am serving a .manifest file with the correct MIME-type, and the site works perfectly fine with my local server turned on or off on desktop Safari, Chrome and Firefox. It is only mobile Safari that is failing to cache the site. Any ideas why this might be?
It seems to be an iOS bug.
I found out that mobile safari will always run into an application caching error if you have at least one web view opened and the you clear the browser cache. I think that clearing the browser cache will destroy the cache database. All accesses to the cache database will then fail. It seems that the browser creates this database only on startup.
To get the application cache working again close all safari views and finally close the browser by returning to the home screen. Now applicaton caching should working. Some mobile devices also requires switching on and off.
If you know a methode to detect this situation let me know it, please.
I had a similar issue but Safari and iPhone were both NOT working whilst IE and Firefox were working. The reason was complex. One was a misspelling of the word "manifest" in the HTML tag. Silly mistake and very frustrating that IE and FF still worked offline. The other issue was that I was using default.asp as the main page of my app and not including this in the manifest.
My app was mydomain.com/myapp/ and thus the browser never saw the "default.asp". Also, according to the HTML5 spec, the main page need not be in the manifest but apparently Safari sees that a little differently...
I can confirm that the bug is also present on iPAD running iOS 4.3.
I spent quite some time to make the offline application cache work on iPad. I can confirm that the workaround mentioned in the previous post works.
I am building a website that runs on IPhone. I am facing a issue where in the application works on browsers and emulator. But its not working on real IPhone device.(Basically my login submit is not happening on IPhone!)
Also the console doesnt shown me any error on IPhone. Have anybody faced such an issue. What could be the issue any idea.......solution is appreciated!
Thanks,
Justin Samuel.
I found the cause of the issue.Basically my config has a setting which gives my site url. eg: currently it was something like http://xyz.com.
Now this worked on normal browsers and emulators. But when it comes to IPHone i had to change the config variable with something like http://www.xyz.com.
Browser was smart enuf to find out what the handle this but not IPhone browser.
Thanks Mahboudz and Mike for you valuble time. Yes I should have added more details while giving the question. Sorry for that!!
Thanks All.