[TIMOB-1009] TiUIWindow::requiresNewActivity strange behaviour
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:41:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | Android |
Labels | android, menu |
Reporter | Konstantin |
Assignee | Blain Hamon |
Created | 2011-04-15T02:41:25.000+0000 |
Updated | 2017-03-02T18:42:03.000+0000 |
Description
Platform 1.3.0, Android 2.1
Please take a look at TiUIWindow::requiresNewActivity method,
actually, I spent a lot of time trying to understand how OptionMenu
works on Android (and why it doesn't work in most cases :). The
question is why you only check existence of required properties but
not boolean values of these properties? Is this code really make
window "heavyweight"?
Titanium.UI.createWindow({fullscreen:false});
Since these 2 lines create same window (I checked how "fullscreen"
property is used)
Titanium.UI.createWindow({});
Titanium.UI.createWindow({fullscreen:false});
why result is different?Of course I understand, may be this is how it works now, but it's very confusing, and creates a lot of problems
This is not a support queue. Please move this question to Q&A.
Closing as invalid.