I tried to do an AJAX request and create download:
$.ajax({
url: "urlToVerifyRights",
...,
complete: function(){
location.href = ...
}
});
Seems is not working in Chrome iOS and Android but in Desktop and Safari ios works
Where is the problem ?