Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Quick Start Guide to App Development |
Changed title back to "Quickstart" from a change made this morning by @stachs "Szybki Start" | |
Touch events |
added invoking constructor to ```var ongoingTouches = new Array;``` This example should probably be changed to literal notation, ```var ongoingTouches = [];``` | |
Quick Start Guide to App Development |
Updated comments for chargingState flag to match code. 1 was listed for both charged and not charged. Upded not charged to 2. | |
Quick Start Guide to App Development |
Added index.html to launch_path in html. App will not launch properly on certain devices with launch_path set to root. | |
Quick Start Guide to App Development |
Fix a small spelling error, added parentheses to two of the conditional statements to and moved the install() declaration out of a conditional statement to prevent linters from complaining and to demostrate best practices. |