[TIMOB-20164] Windows: Investigate UI for Tab/Group in Windows 10
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-01-05T15:49:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.3.0 |
Components | Windows |
Labels | qe-5.3.0 |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2015-12-21T21:01:10.000+0000 |
Updated | 2016-05-10T21:47:43.000+0000 |
Description
On Windows 8.1 Phone we use a Pivot: https://msdn.microsoft.com/library/windows/apps/windows.ui.xaml.controls.pivot.aspx
On Windows 8.1 Store(desktop) we use a ListView. Just by how the macros fall, we use the same in Windows 10 Desktop and Mobile now.
In the source we note we may want to use a SplitView on Windows 10: http://igrali.com/2015/04/12/getting-started-with-splitview-control-in-universal-apps/ and https://msdn.microsoft.com/library/windows/apps/windows.ui.xaml.controls.splitview.aspx
I think we have the choice of all three on Windows 10, so we may want to see which is the best fit.
https://github.com/appcelerator/titanium_mobile_windows/pull/523
For QE: the decision was to use a Pivot control for Desktop and Mobile on Windows 10 (so similar UI pattern to Windows 8.1 Phone) for Ti.UI.TabGroup.
Verified Tested on: Microsoft Lumia 640 (10) Windows Simulator (10) Windows 10 Studio: 4.6.0.201605030516 Ti SDK: 5.3.0.v20160509143032 Appc NPM: 4.2.5-5 App CLI: 5.3.0-44 Node v0.12.7 *Closing Ticket.*