Giter Site home page Giter Site logo

jbolitho / rocket.chat.cordova Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rocketchat/rocket.chat.cordova

0.0 2.0 0.0 5.28 MB

Rocket.Chat Cross-Platform Mobile Application via Cordova

License: MIT License

JavaScript 48.80% Shell 0.88% CSS 7.59% CoffeeScript 38.38% HTML 4.35%

rocket.chat.cordova's Introduction

Rocket.Chat.Cordova

Rocket.Chat Cross-Platform Mobile Application via Cordova

!!!Attention!!!

This application only connects with servers that were compiled with mobile platforms enabled

How to run

Requirements

  • npm
  • nodejs 0.12
  • ImageMagick (with support for legacy utilities)

Install dependencies

sudo npm install cordova coffee-script -g
npm install

Create Conf files

echo 'Bugsnag.apiKey = "YOUR-API-KEY-HERE";' > www/js/bugsnag_apikey.js
echo 'window.ANDROID_SENDER_ID = "YOUR-ANDROID-ID-HERE";' > www/shared/js/android_sender_id.js

Prepare - Install platforms and plugins

cordova prepare

Run on emulator

cordova emulate ios

or

cordova emulate android

Run on device

cordova run ios --device

or

cordova run android --device

Troubleshooting

Some have had issues with a couple of dependencies not being installed by npm. Running: npm install ticons underscore may be necessary.

I can't connect to my server instance

If you are running your server using the command meteor you should define the URL where the mobile application will try to connect meteor --mobile-server http://192.168.1.10:3000, replace http://192.168.1.10:3000 by your IP or domain.

This is necessary because the mobile application download all files to run locally and then start the connection with your server, as you are running as develop mode this is necessary.

Assets

  • 1024 x 1024 icon-android.png (can use transparent background)
  • 1024 x 1024 icon-ios.png
  • 2208 x 2208 splash-android.png
  • 2208 x 2208 splash-ipad.png
  • 2208 x 2208 splash-iphone.png

Examples https://github.com/RocketChat/Rocket.Chat.Cordova/tree/develop/assets

rocket.chat.cordova's People

Contributors

burstaholic avatar dmartinpro avatar engelgabriel avatar geekgonecrazy avatar graywolf336 avatar jimt avatar jparyani avatar laggedhero avatar loredanacirstea avatar mitchrosu avatar pschonder avatar rodrigok avatar sampaiodiego avatar sing-li avatar ukastens avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.