[TIMOB-7160] MobileWeb: Complete Ti.Platform implementation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-08T17:09:37.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-05, Release 2.0.0 |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-12T18:49:27.000+0000 |
Updated | 2017-03-08T00:45:08.000+0000 |
Description
Missing battery information and "battery" event. Refer to http://davidwalsh.name/battery-api, http://www.w3.org/TR/battery-status/, and http://hacks.mozilla.org/2012/02/using-the-battery-api-part-of-webapi/ for more information.
Make sure "null" properties are actually "undefined".
Also, make sure the properties are defined in alphabetical order (i.e. swap createUUID() and canOpenURL()).
Attachments
File | Date | Size |
---|---|---|
app.js | 2012-03-08T15:29:45.000+0000 | 973 |
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1608
Closing ticket as resolved.