Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6085] Cannot hide bottom border in Window bar when using Large Titles

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNot Our Bug
Resolution Date2019-01-04T13:56:57.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsn/a
ReporterMatthew Delmarter
AssigneeShak Hossain
Created2018-12-31T22:45:24.000+0000
Updated2019-01-04T13:56:57.000+0000

Description

Comments

  1. Sharif AbuDarda 2019-01-01

    Hello, Please share a reproducible sample code for us to test the issue. Thanks.
  2. Matthew Delmarter 2019-01-03

    Actually after creating a clean test case I managed to get this working. For others who look here, here is the cleanest working sample code, using [this](http://abload.de/img/dottjz0w.png) 1 x 1px transparent png image:
       var win = Titanium.UI.createWindow({
           title: "Magic!",
           largeTitleEnabled: true,
           barImage: "dot.png",
           hideShadow: true
       });
       
       var nav = Ti.UI.iOS.createNavigationWindow({
           window: win
       });
       
       nav.open();
       
    This code works with largeTitles and normal window titles. This issue can be closed. So sorry for mucking you around.

JSON Source