ocsigen / ocsigen-start

Ocsigen-start: Higher-level library to develop Web and mobile applications with users, (pre)registration, notifications, etc.
Other
75 stars 32 forks source link

Mobile: Splashscreen Ocsigen. #216

Open dannywillems opened 7 years ago

dannywillems commented 7 years ago

For the moment, it's Cordova.

balat commented 7 years ago

Done, if I'm right?

dannywillems commented 7 years ago

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

dannywillems commented 7 years ago

@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?