[TIMOB-23345] Parity: Rename `androidback` and `windows:back` to `back`
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 5.3.0 |
Fix Version/s | n/a |
Components | Android, Windows |
Labels | parity |
Reporter | Fokke Zandbergen |
Assignee | Christopher Williams |
Created | 2016-05-10T08:28:37.000+0000 |
Updated | 2018-05-10T20:39:04.000+0000 |
Description
Although not documented (TIDOC-2375) we do have a
windows:back
event for Ti.UI.Window
.
We had android:back
before, which we later renamed to androidback
. I don't know if we already have more Windows events namespaced with window:*
but this should be window*
for API predictability.
In this particular case, we should rename androidback
and windows:back
to back
since they do exactly the same thing.
No comments