melkati / CO2-Gadget

An advanced CO2 Monitor/Meter firmware for ESP32 with Android and iOS App for real time visualization and charting of air data, data logger, a variety of communication options (BLE, WIFI, MQTT, ESP-Now) and many supported sensors.
https://emariete.com/medidor-co2-gadget/
GNU General Public License v3.0
63 stars 13 forks source link

The web pages cannot be displayed on iOS because index.html.gz is loaded. #219

Open Airwalk007 opened 4 months ago

Airwalk007 commented 4 months ago

Issue overview The web pages are not displayed on iOS (17) with standard browser (safari). The .gz file is loaded instead.

Issue details

Proposed Solution: The gZip compression should be deactivated for iOS devices or adjusted so that it can be displayed on iOS devices.

melkati commented 4 months ago

Thanks for bringing this issue to our attention. It seems like there's an issue with how the web pages are being sent on iOS devices with the standard Safari browser.

We'll look into this further and investigate whether there's a compatibility issue with gZip compression on iOS devices. Our goal is to ensure that the web pages are displayed correctly across all devices and browsers.

We'll work on deactivating gZip compression for iOS devices or making adjustments to ensure compatibility. Thank you for your patience and understanding as we address this issue.