Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26904] Android: Prevent window from opening twice?

GitHub Issuen/a
TypeStory
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterHans Knöchel
AssigneeUnknown
Created2019-03-16T10:37:23.000+0000
Updated2019-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.

Comments

No comments

JSON Source