Nette.ajax.js doesn't work in (new) iOs 10.0.2
Notice: This thread is very old.
- Mikos
- Member | 10
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 | 1195
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?