Slimmmo / Slimmmo.github.io

AdVenture Capitalist calculator
http://slimmmo.github.io/
35 stars 42 forks source link

offline app? #105

Closed DarthMDev closed 7 years ago

DarthMDev commented 8 years ago

It be cool to have an offline version so u can do calculations on the go without internet i mean this all run by scripts right? is there some way to convert this into an app for iOS and android

denilsonsa commented 7 years ago

Related reading (not sure how complicated it is): https://developers.google.com/web/fundamentals/getting-started/codelabs/offline/

Found through https://developer.chrome.com/apps/migration

Slimmmo commented 7 years ago

I agree an app would be cool but it's unlikely to happen, sorry. All the calculations are done in the Javascript though so if you can download the page it will work offline.

NicholasRBowers commented 7 years ago

Hmm, don't think it's necessary to build anything in from this side for this. You've really got two options:

  1. Clone the project on your machine and open index.html in the browser.
  2. Enable offline browsing in Chrome.

Option 2 should be sufficient for things like Chromebooks, so I don't think that there is anything else to be done here.

61352151511 commented 7 years ago

Yea, I think downloading the page for offline viewing should be sufficient so I'll close this issue. Feel free to take up the task on your own though.