Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$.ajax with aync:false in IOS 8 hangs in Chrome Browser #519

Closed
vbcodep opened this issue Sep 23, 2014 · 1 comment
Closed

$.ajax with aync:false in IOS 8 hangs in Chrome Browser #519

vbcodep opened this issue Sep 23, 2014 · 1 comment

Comments

@vbcodep
Copy link

vbcodep commented Sep 23, 2014

Seem to have a problem with IOS 8 and async:false. Seems to hang when executed. Seems to work fine in IOS 7. Setting async: true seems to work fine.

$.ajax({
type: 'GET',
url: picker,
dataType: 'html',
timeout: 300,
async: false,
context: $('body'),
success: function (data) {
alert("success");
}
});

@thomasyip
Copy link
Member

Can you elaborate why it might be a JQT issue?

Sent from my iPhone

On Sep 23, 2014, at 3:01 PM, vbcodep notifications@github.com wrote:

Seem to have a problem with IOS 8 and async:false. Seems to hang when executed. Seems to work fine in IOS 7. Setting async: true seems to work fine.

$.ajax({
type: 'GET',
url: picker,
dataType: 'html',
timeout: 300,
async: false,
context: $('body'),
success: function (data) {
alert("success");
}
});


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants