Add splash screens for iphone

pull/406/head
Rodrigo Nascimento 10 years ago
parent 00ac72651f
commit a21e00ff7b
  1. 47
      mobile-config.js
  2. BIN
      splash/ipad_landscape.png
  3. BIN
      splash/ipad_landscape@2x.png
  4. BIN
      splash/ipad_portrait.png
  5. BIN
      splash/ipad_portrait@2x.png
  6. BIN
      splash/iphone.png
  7. BIN
      splash/iphone5.png
  8. BIN
      splash/iphone6.png
  9. BIN
      splash/iphone6p_landscape.png
  10. BIN
      splash/iphone6p_portrait.png
  11. BIN
      splash/iphone@2x.png

@ -0,0 +1,47 @@
// This section sets up some basic app metadata,
// the entire section is optional.
App.info({
id: 'com.konecty.rocketchat',
name: 'Rocket.Chat',
description: 'Rocket.Chat',
author: 'Rocket.Chat Development Group',
email: 'contact@rocket.chat',
website: 'https://rocket.chat'
});
// // Set up resources such as icons and launch screens.
// App.icons({
// 'iphone': 'icons/icon-60.png',
// 'iphone_2x': 'icons/icon-60@2x.png',
// // ... more screen sizes and platforms ...
// });
App.launchScreens({
iphone : 'splash/iphone.png',
iphone_2x : 'splash/iphone@2x.png',
iphone5 : 'splash/iphone5.png',
iphone6 : 'splash/iphone6.png',
iphone6p_portrait : 'splash/iphone6p_portrait.png',
iphone6p_landscape: 'splash/iphone6p_landscape.png',
ipad_portrait : 'splash/ipad_portrait.png',
ipad_portrait_2x : 'splash/ipad_portrait@2x.png',
ipad_landscape : 'splash/ipad_landscape.png',
ipad_landscape_2x : 'splash/ipad_landscape@2x.png'
// android_ldpi_portrait
// android_ldpi_landscape
// android_mdpi_portrait
// android_mdpi_landscape
// android_hdpi_portrait
// android_hdpi_landscape
// android_xhdpi_portrait
// android_xhdpi_landscape
});
// Set PhoneGap/Cordova preferences
App.setPreference('HideKeyboardFormAccessoryBar', true);
// // Pass preferences for a particular PhoneGap/Cordova plugin
// App.configurePlugin('com.phonegap.plugins.facebookconnect', {
// APP_ID: '1234567890',
// API_KEY: 'supersecretapikey'
// });

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Loading…
Cancel
Save