-
Hello! It turned out that my Angular 12 app now needs support for old iPad with iOS 9 on board. I enabled iOS 9 in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We only support iOS 10 or higher, I'm sorry. iOS is terrible as it is and supporting Safari over 6 years old is plain impossible. We are even thinking of bumping it up in the next major release (hopefully). Is there a valid reason for this? All I can suggest is get a hold of such device and try remote debugging (if it was even there at that version) to see what exceptions are thrown. Or global catch with some alert to see what is the issue. But this would be very unstable. You can try polyfilling |
Beta Was this translation helpful? Give feedback.
We only support iOS 10 or higher, I'm sorry. iOS is terrible as it is and supporting Safari over 6 years old is plain impossible. We are even thinking of bumping it up in the next major release (hopefully). Is there a valid reason for this? All I can suggest is get a hold of such device and try remote debugging (if it was even there at that version) to see what exceptions are thrown. Or global catch with some alert to see what is the issue. But this would be very unstable. You can try polyfilling
IntersectionObserver
andResizeObserver
but I don't think it fails because of them.