forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Native Firefox OS app (hosted webapp)
Carsten edited this page Oct 28, 2015
·
3 revisions
Note: This works also works on Firefox for Android and the desktop browser.
Point the browser on the Firefox OS device to your Rocket.Chat URL (e.g. https://demo.rocket.chat), then add /fxos
(e.g. https://demo.rocket.chat/fxos) and press OK/enter. You will be prompted to install the app.
- Make sure you have
adb
(android debug bridge) installed on your PC - Enable developer mode on the mobile device
- Start your Firefox browser on the PC and connect your device
- Enter the Firefox WebIDE (Shift + F8 or go to Extras -> Web Developer -> WebIDE)
- "Project" -> "Open hosted app"
- Enter the path to the Rocket.Chat manifest.webapp on your server, e.g. https://demo.rocket.chat/manifest.webapp - then press OK
- You should now see the icon and description inside WebIDE. Press the play button on top to install it on your device
You want to use a custom URL to your Rocket.Chat, or maybe a custom icon and description? Just edit the manifest.webapp file in the /public folder of the meteor project. For more info, have a look at the Firefox OS documentation.
- Mobile app for iPhones, iPads, iPod Touch
- Firefox OS native app
- Using Face to face video conference (aka webrtc)
- Remote Video Monitoring
- LDAP Authentication
- Creating the First Admin
- How to Build Rocket.Chat for Android
- Build the Android Cordova Web App and connect to your own Rocket.Chat Server