[TIMOB-8307] MobileWeb: Tabbed Application and Single Window Application crash
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-26T16:12:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 2.0.0, Sprint 2012-07 |
Components | MobileWeb |
Labels | n/a |
Reporter | Ping Wang |
Assignee | Chris Barber |
Created | 2012-03-26T11:30:15.000+0000 |
Updated | 2017-03-04T00:12:46.000+0000 |
Description
Tested with Studio build 2.0.1.201203260123. Tabbed Application and Single Window Application crash on Mobile Web.
The same crash is also found with Studio build 2.0.0.201203262445.
The issue is some folders are missing from the build/mobileweb directory. For example, there are two folders in Resources/:
Resources/ui/handheld/android
Resources/ui/handheld/ios
but there is only one folder in build/:
build/mobileweb/ui/handheld/ios
It turns out something broken on Mobile Web. Chris is looking into that. Sent PR just for cleaning up the template and fixing comments. Those PRs are also a workaround of this crash. https://github.com/appcelerator-developer-relations/Template.Tabbed/pull/5 https://github.com/appcelerator-developer-relations/Template.SingleWindow/pull/1
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1848
Closing ticket due to MobileWeb no longer being supported.