As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
On iOS Safari 7.1.2, when the SDK pops up a new authentication window via Kinvey.Backbone.connect('facebook') , it just sits there with the 'about:blank' in the location bar. When I go back to the tab that called it and then return to the authentication window, it then proceeds.
Using KINVEY_DEBUG, I see it gets to here:
[Log]]
[Log] ["Obtaining OAuth2.0 credentials for a provider."]
[Log] ["Initiating a create request.",]
[Log] ["Authenticating through App Secret.", ]
when I move back to the original tab, it continues with the authentication:
[Log] ["Initiating a network request.", "POST"]
It seems specific to this OS, has anyone else seen this?
1 Comment
R
Ryan
said
almost 9 years ago
Daniel, do you have an easy way to share a jsbin or the like to be able to test with? It would help me to be able to debug the reason why safari is behaving so oddly in this respect.
Daniel Roizman
Using KINVEY_DEBUG, I see it gets to here:
[Log]]
[Log] ["Obtaining OAuth2.0 credentials for a provider."]
[Log] ["Initiating a create request.",]
[Log] ["Authenticating through App Secret.", ]
when I move back to the original tab, it continues with the authentication:
[Log] ["Initiating a network request.", "POST"]
It seems specific to this OS, has anyone else seen this?