[ALOY-1214] Button in Inheritance sample app difficult to click on iOS
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2015-06-19T16:36:01.000+0000 |
Affected Version/s | Alloy 1.6.0 |
Fix Version/s | Alloy 1.7.0 |
Components | Samples & Templates |
Labels | n/a |
Reporter | Tim Statler |
Assignee | Feon Sua Xin Miao |
Created | 2014-12-22T15:30:09.000+0000 |
Updated | 2015-06-19T16:36:01.000+0000 |
Description
Steps
1.Build and run https://github.com/appcelerator/alloy/tree/master/test/apps/advanced/inheritance on an iPhone device or simulator.
2. Try to click the baseDialog button.
Results: Because the button is partially covered by the status bar it's hard to click, even with a mouse pointer.
Expected: Button easy to click with finger or mouse.
PR: https://github.com/appcelerator/alloy/pull/698