【发布时间】:2016-08-03 10:14:21
【问题描述】:
我已经构建了一个流星应用程序,它可以在网络上成功运行,但是当我构建它的 apk 文件时,它只显示白屏。我还签署了运行“meteor build ~/Chat-App --server=chat.citze.in”的 apk 命令 任何帮助请我被困在这里。
这是我的移动配置 js
App.info({
id: 'com.example.chat.citze',
name: 'Chat',
description: 'Citze Chat Application',
author: 'Himanshu Gupta',
email: 'contact@example.com',
website: 'http://chat.citze.in'
});
// Set PhoneGap/Cordova preferences
App.setPreference('BackgroundColor', '0xff0000ff');
App.setPreference('HideKeyboardFormAccessoryBar', true);
App.setPreference('Orientation', 'default');
App.setPreference('Orientation', 'all', 'ios');
请帮我解决这个问题。
【问题讨论】:
-
你在使用插件吗?您是否为应用设置了正确的访问权限?
-
我没有使用任何插件,我必须在哪里设置应用程序的权限..?
标签: android angularjs meteor ionic-framework