F7-vue Touch event triggers twice the click event of <select> and <input[date]> in iOS

Hi,
I have a Framework7 app build with Vue and builded with Cordova.
In the application there are some , and form elements.
When clicking them it will open the date, time or option picker like expected, but after selecting/clicking the correct value; it’ll close, but then it triggers the open event again. So an extra opening; probably a touch event that triggers this? How to solve this?
I’m on the latest official iOS11. Can’t test on iOS10.

Try add “no-fastclick” class to the clicked items.

That was not the fix, tried that and also changing the threshold didn’t fix it.
The fix was to update from iOS 11.1 to 11.2. :’)