vaadin / touchkit

TouchKit is a library of mobile components for Vaadin Framework
https://vaadin.com/touchkit
Other
11 stars 25 forks source link

TouchKit does not work in iOS 16 #445

Open tizianomainieuei opened 1 year ago

tizianomainieuei commented 1 year ago

Our App does not work anymore in iOS 16. We are using:

Vaadin: 7.7.33 TouchKit: 4.2.4

Error message in iOS 15

ios 15 error message

Error message in iOS 16

ios 16 error message

other major issue: PopUpDateField does not render any more.

Implementation:

Schermata 2022-10-04 alle 17 39 04

PopUpDateField in iOS 15

ios 16 PopupDateField

PopUpDateField in iOS 16

ios 16 PopupDateField

The code is the same, the only difference is the version of ios. Everything works correctly on the latest version of android. Something seems broken in CSS or JS.

tizianomainieuei commented 1 year ago

Same behaviour with https://demo.vaadin.com/parking/ which use the same version of touchkit (4.2.4)

first screen is ios 15.5, second screen is ios16. Same device: iPhone SE 3rd generation

Schermata 2022-10-06 alle 10 23 42

Schermata 2022-10-06 alle 10 25 59

TatuLund commented 1 year ago

Touchkit 4.2.5 was released today, and it attempts to fix this issue. Please try that and report if works now.