I'm developing an app for a client on top of their ArcGis platform. They have a target audience with an age demographic that unfortunately still uses older devices. I've noticed that the current Swift SDK requires iOS 16 or up. Therefor we would like to offer people with older devices a web version as alternative. However the current JavaScript SDK requires Safari 17, which is only available from iOS 17 and up.
Is there a way to support older browsers, for example by using an older version of the Javascript SDK, and would that still be supported by ESRI? Or what are others doing to support older browsers and older devices?
Thanks!