# Unsupported browser message on Snap! forums

**URL:** https://meta.discourse.org/t/unsupported-browser-message-on-snap-forums/252807
**Category:** Support
**Created:** [January 25, 2023, 12:01am UTC](https://meta.discourse.org/t/unsupported-browser-message-on-snap-forums/252807 "2023-01-25T00:01:08Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [January 25, 2023, 9:25am UTC](https://meta.discourse.org/t/unsupported-browser-message-on-snap-forums/252807/10 "2023-01-25T09:25:36Z")

</div>

> [@JammyDodger](#):
>
> Is this connected to [Maintaining support for iOS 12 - 14 until January 2023](https://meta.discourse.org/t/maintaining-support-for-ios-12-14-until-january-2023/224747)?
> 
> I think that uses the aspect ratio to decide if a browser is compatible or not.

Yes exactly - we’re using the lack of `aspect-ratio` as a way to detect older browsers. There are other, more critical, things we now using (e.g. [the optional chaining operator](https://caniuse.com/mdn-javascript_operators_optional_chaining)) which tend to be unsupported on browsers which do not support aspect-ratio.

Our list of supported browsers can be found [here](https://github.com/discourse/discourse/blob/main/README.md#requirements). We currently supports iOS 15.7 and above (which is supported on Apple hardware released from 2015 onwards).

---

_[View the full topic](https://meta.discourse.org/t/unsupported-browser-message-on-snap-forums/252807)._
