[TIMOB-26904] Android: Prevent window from opening twice?
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2019-03-16T10:37:23.000+0000 |
Updated | 2019-03-16T10:37:23.000+0000 |
Description
This is more a question than a bug so far. Sometimes, windows open twice when interacting with the UI too fast. On native Android, this can be prevented by using
singleTop
on the activity, but as far as I know, all windows on Titanium are the same "TiBaseActivity" so this would probably not work. We currently guard this with open/close flags but would like to see a more solid solution.
No comments