Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Splash screens are not picked up correctly on landscape orientation #198

@dotnetwise

Description

@dotnetwise
  <gap:splash gap:platform="android" src="res/screen/android/screen-ldpi-portrait.png" width="200" height="320" />
  <gap:splash gap:platform="android" src="res/screen/android/screen-mdpi-portrait.png" width="480" height="320" />
  <gap:splash gap:platform="android" src="res/screen/android/screen-hdpi-portrait.png" width="480" height="800" />
  <gap:splash gap:platform="android" src="res/screen/android/screen-xhdpi-portrait.png" width="720" height="1280" />
  <gap:splash gap:platform="android" src="res/screen/android/screen-ldpi-landscape.png" width="320" height="200" />
  <gap:splash gap:platform="android" src="res/screen/android/screen-mdpi-landscape.png" width="320" height="480" />
  <gap:splash gap:platform="android" src="res/screen/android/screen-hdpi-landscape.png" width="800" height="480" />
  <gap:splash gap:platform="android" src="res/screen/android/screen-xhdpi-landscape.png" width="1280" height="720" />

Only portrait screens will be picked up at any given time and when your device orientation is landscape the splash screens will be stretched/distort

The correct portrait splash:
image
The correct landscape splash:
image
The incorrect phonegap splash when orientated landscape
image
The correct phonegap splas when orientated portrait
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions