Good day!
There is a code
$(document).ready(function() { $('#frload1').prop('action', '/Ajax/load_lenta_image') ; $('#photo_form').click(); }); The essence is the substitution of action in the form for ajax image upload (via iframe). On the desktop version and on Android, the code works fine, on IOS refuses.
BUT if before $('#frload1').prop('action', '/Ajax/load_lenta_image') ; add alert(1); , then the code is triggered after closing the notification.
Who faced what could be the problem?
'#photo_form'on click? - Igor