Landscape splash screen for Android in PhoneGap Build

前端 未结 3 2552
别跟我提以往
别跟我提以往 2021-02-20 16:36

What should I enter to config.xml or what should I do in general, to have PhoneGap Build application\'s splash screen displayed correctly on Android device in lands

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-20 16:52

    As per my current knowledge and after deep research, I have found that this is a confirmed bug, and we currently can't do anything about this.

    PhoneGap Build (and probably PhoneGap itself as well) currently does not support landscape splash screens at all. I even tried the iOS way (like shown in the question -- using width and height params, officially not supported for Android). But it still doesn't work.

    All is fine in portrait mode, but no matter what screen density Android device you'll use -- in landscape you'll see ugly deformed portrait version of splash screen.

提交回复
热议问题