My project heavily used the (ionChange) event bound to and relies on logic in our client-side JavaScript to programmatically set this value, but we still expect this event.
With the breaking changes in Ionic v7 (ionic-framework/BREAKING_ARCHIVE/v7.md at f48bf8b118efa0be7c362ac50858e49a6f764adc · ionic-team/ionic-framework · GitHub) this no longer works.
Does anyone know of an event I can substitute that has the same behavior? Or do I have to rewrite the logic…
Thanks in advance.