[TIMOB-7097] MobileWeb: Complete Ti.App implementation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-08T16:50:18.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-03, Release 2.0.0, Release 1.8.2 |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-11T10:58:58.000+0000 |
Updated | 2017-03-03T23:23:31.000+0000 |
Description
Missing the following:
* getCopyright()
* getDescription()
* getGuid()
* getId()
* getName()
* getPublisher()
* getUrl()
* getVersion()
Since we already have properties for these, we can probably use lang.mixProps() to automatically create the setter/getters.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1379
Closing ticket as MobileWeb is no longer supported.