Nette.ajax.js doesn't work in (new) iOs 10.0.2

Notice: This thread is very old.
Mikos
Member | 10
+
0
-

Hi, client sent me issue that ajax filter/sort in selectBox doesn't work on Iphone. I find that nette.ajax doesn't work only in new iOs 10.0.2.

Do u have same problem? or some solution?

Thanks for answers. :)

EDIT:
Debug from Iphone

I tried Safari/Chrome under iOs 10.0.2 and same problem in both browsers. :(

Summary:

  • ios 10.0.2
  • nette.ajax.js 2.0
  • safari/chrome
  • only in selectBox other ajax inputs works normally

Ajax invoke code:

$(() => {
  $.nette.init();
});

Last edited by Mikos (2016-10-21 15:11)

Pavel Kravčík
Member | 1180
+
0
-

Well, that's strange bug report. :)

What exactly doesnt work? Ajax doesnt send any request, no response, throw error in log, throw error in console, ajax doesnt start, spinner doesnt show?

Mikos
Member | 10
+
0
-

As u can see in log messages “History is undefined” but I have included ajax.history and same code works in older iOs.

This error show before some actions (spinner, request etc.)

Last edited by Mikos (2016-10-21 15:15)