Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dialogHeight): Adapt dialog height to images with large height #369

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2021

  1. fix(dialogHeight): Adapt dialog height to images with large height

    Adapt dialog height to images with a big ratio, when its height it's much bigger than the width;
    This corrects the problem with some iPhone devices where the height of the dialog surpasses the height of the device's screen.
    rafaisen committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    f57d7ec View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. fix(dialogHeight): Adapt dialog height to images with large height

    Adapt dialog height to images with big ration by height;
    Adaptable to every iPhone with different screen sizes and ratios.
    rafaisen committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    3338018 View commit details
    Browse the repository at this point in the history
  2. fix(warnings)

    rafaisen committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    0051ac9 View commit details
    Browse the repository at this point in the history