Progressive Web Application (PWA) based tool for heater sizing the L.B. White heater product line.
An HTML5 Offline Web PWA for calculating tent and room volumes, btu requirements and L.B. White Heater recommendations.
The testing website for this project is now at: L.B. White Heater Estimator
You will have to clear the stored data from the old version in the browser first. Goto the test site noted above, then for each browser follow these steps.
Chrome - developer tools > Application (in the menu bar) > Clear Storage > Clear site data
For calculating temperature increment conversions as well as other unit conversions see:
js/HeaterCalc-test.js
is a Unit Test for the js/HeaterCalc.js
main calculator engine. It utilizes a node based library tape
On Android there’s a few different ways to achieve this.
Thanks to philwilson.org for both these methods. See: Setting a home screen icon for your website on iOS and Android devices
- Bookmark the page you want to add to a home screen
- Go to the home screen you want to add the link/bookmark to
- Long-press in an empty space to bring up the “Add to Home Screen” menu
- Select “Shortcuts”
- Select “Bookmark”
- Choose the bookmark you’ve just created
Depending on your device and version of Android, this may work:
- Bookmark the page you want to add to a home screen
- Open the browser “bookmarks” screen
- Long-press the bookmark you want
- Select “Add to Home screen”
New in Chrome M31 Beta, you can set up your web app to have an application shortcut icon added to a device's homescreen, and have the app launch in full-screen "app mode" using Chrome for Android’s "Add to homescreen" menu item. See: Add to Home Screen And:
Using an iOS device to add a website bookmark to the home screen is very simple. Visit the website you want to bookmark then click the icon that looks like a box with an arrow jumping out of it (this also lets you tweet, print or mail the page you’re on). Click ‘Add to Home Screen’. See: Setting a home screen icon for your website on iOS and Android devices
To pin a website
-
Open the website you want to pin.
-
Tap MoreMore icon, then tap Pin to Start.
See: Pin Things to Start Questions
For questions see the issues section of this repository or contact John Conlon ([email protected])
Thanks.