/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
packages/mobile-experience/package.js
20 строк
598 B
denihs
Meteor version to 3.0 :comet:
15 июл 2024, 20:36
Не верифицирован
15 июл 2024, 20:36
b494499
Код
Авторство
О чём код?
Package.describe({ name: 'mobile-experience', version: '1.1.2', summary: 'Packages for a great mobile user experience', documentation: 'README.md' }); Package.onUse(function(api) { api.imply([ // A nicer appearance for the status bar in PhoneGap/Cordova apps "mobile-status-bar" ], "web.cordova"); api.imply([ // Show a nice splash image while your PhoneGap/Cordova app's UI is loading. // Doesn't do anything without Cordova, but we include it everywhere so you // don't need a ton of if statements around your LaunchScreen calls. "launch-screen" ]); });