ocsigen-start icon indicating copy to clipboard operation
ocsigen-start copied to clipboard

Mobile: Splashscreen Ocsigen.

Open dannywillems opened this issue 9 years ago • 3 comments

For the moment, it's Cordova.

dannywillems avatar Oct 12 '16 12:10 dannywillems

Done, if I'm right?

balat avatar Nov 24 '16 16:11 balat

@balat Not splashscreen (see on iOS). For icons it's done.

dannywillems avatar Nov 24 '16 16:11 dannywillems

@balat These lines must be added in mobile/config.xml.in:

<splash src="res/ios/Default-568h@2x~iphone.png" width="640" height="1136" />
<splash src="res/ios/Default-667h.png" width="750" height="1334" />
<splash src="res/ios/Default-736h.png" width="1242" height="2208" />
<splash src="res/ios/Default-Landscape-736h.png" width="2208" height="1242" />
<splash src="res/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536" />
<splash src="res/ios/Default-Landscape~ipad.png" width="1024" height="768" />
<splash src="res/ios/Default-Portrait@2x~ipad.png" width="1536" height="2048" />
<splash src="res/ios/Default-Portrait~ipad.png" width="768" height="1024" />
<splash src="res/ios/Default@2x~iphone.png" width="640" height="960" />
<splash src="res/ios/Default~iphone.png" width="320" height="480" />

Rules to generate the splashscreen are already in Makefile.mobile (see lines 393 --> 413). Image for splashscreen is missing. Do you think Ocsigen logo in the middle of the image is enough?

dannywillems avatar Nov 24 '16 16:11 dannywillems