iOS 13 + Framework 7 v1 buttons problem

With the new iOS 13 update I have an unexpected behaviour when I click buttons on my app.
Sometimes the button does not trigger the action (I have tried also in debug), sometimes the button stay pressed and the action will be triggered when I press another button.
I have tried to disable fastClicks and activeState when I initialize the app; the problem is a little different but not solved: when I press a button there is a long delay between the press and the button action, and sometimes the action is not triggered.
I use Framework 7 v1.
Any solution? Thanks in advance.