@it-cru: It would be awesome if you could add this as an upcoming feature. I think that other people would appreciate this as well. I would love to help you adding this but I don't have enough programming knowledge myself to really be of assistance here.
@abhishek_gupta1 thank you! I just tested it and it seems as all the error messages are gone. Except the one regarding the select_or_other module:
Warning: Undefined array key "#other_option" in Drupal\select_or_other\Element\ElementBase::addSelectField() (Zeile 141 in /app/web/modules/contrib/select_or_other/src/Element/ElementBase.php).:
Called from <ROOT>/modules/contrib/select_or_other/src/Element/ElementBase.php:141 [backtrace_error_handler()]
I saw you created a patch for it already here: https://www.drupal.org/project/podcast/issues/3437811 🐛 Warnings related to the copyright field Needs work but I couldn't install it on top of your branch that fixes the specific issue on this page right here. I tried to install it on top of the current stable release of the podcast module, which worked, buts didn't solve the error message for me.
Awesome! Just updated to blazy 2.16 and your new release of intense 2.4 it works very well. Don't have any issues with iPhone any more. Issue is solved. Thank you :-)
Hello gausarts,
thank you for your answer. Ok thats sad to hear you don't work on it anymore. I am not getting any JS errors, only a message when clicking next/prev button:
[Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
But I don't think this is causing the issue.
Actually the patch posted here by #2 🐛 When we have selected filters and go back, all selected values was unchecked Needs review works for me.
If I now choose multiple options from an exposed filter with ajax activated and then go back with the browser, the browser will go back through the seleted options one by one. Without this patch, when going back with the browser the path shown in the URL bar reflects the selected options but the browser will actually display the view without any options selected.
If I install a patch for the core issue #5 mentioned ✨ Exposed forms in a block are not currently updated when Ajax filtering is executed Needs work it won't help with history back regarding Ajax, at least in my case.