|
Post by fnllc on Aug 19, 2019 9:40:27 GMT
It appears that Rhomobile is missing the launch screen for the iPad Pro 3rd Generation. A black broder is shown around the app if you run a Rhomobile app in an iPad Pro 3rd Generation. This also messes up the safe area handling for Framework 7.
|
|
|
Post by fnllc on Aug 19, 2019 11:34:56 GMT
Rhomobile is missing the Launch image sizes for these iPads: "Default-Portrait-834w-1112h@2x~ipad" => "1668x2224", # iPad Pro 10.5" "Default-Portrait-1194h@2x.png" => "1688x2388", # iPad Pro 11" "Default-Portrait-1024w-1366h@2x~ipad" => "2048x2732", # iPad Pro 12" wiki.starling-framework.org/manual/ios_launch_images
|
|
|
Post by Dmitry Soldatenkov on Aug 20, 2019 4:55:25 GMT
Hm... We will migrate to Launch screen storyboard(recommended way by Apple) for fix that, because Media.asset not support images for iPad pro (current issue of Apple XCode). I check - images for iPad Pro supports in Info.plist with UILaunchImages but that is deprecated and Apple will reject application with UILaunchImages. We will support Launch screen storyboard soon.
|
|