Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

frappe backport: Always request 1× and 2× sprite images for portability #12975

Commits on Sep 26, 2018

  1. Always request 1x and @2x sprite images for portability

    When creating a offline region, we've previously only requested the sprite image for the specified resolution. This lead to offline packs not being usable on devices that have a different pixel ratio. We're now requesting both 1x and 2x sprites. Some devices use even higher or fractional pixel ratios. However, we only ever use 1x and 2x sprite images in our requests.
    kkaefer committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    227fe2b View commit details
    Browse the repository at this point in the history