Skip to content

jasonbriggs/wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wrapper

The Meta Web Application Wrapper using Electron, for a native touch

It just wraps the web application at app.meta.sc in a native window.

Electron Information

Quick Start Guide

Docs

Development

  • Clone this repository with git clone git@github.com:rastech/wrapper.git
  • Install node.js if necessary
npm install -g electron-prebuilt

(more info on electron-prebuilt here)

Now you can just run electron to run electron:

electron meta-wrapper
  • main.js controls the native app
  • index.html is the page loaded by the native app, webview

Distribution

Install electron-packager with the following command:

npm i electron-packager -g

Distribution

Packaging

electron-packager : A Handy Tool for Packaging

Notes

  • Although this wrapper is now capable of going through the integrations flow, right now it just redirects to the browser for integrations. Most users are already signed in to their integrations in their browser, making the authentication step easier. It also appears more secure to the user.
  • Right now when the main window is closed but the app is not quit the main window is simply hidden, to avoid reloading the page the next time the user activates the app.

About

Meta Web Application Wrapper using Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published