{ "id": "169749", "key": "TIMOB-25263", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "19906", "description": "", "name": "Release 6.3.0", "archived": false, "released": true, "releaseDate": "2017-11-01" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-09-19T10:46:35.000+0000", "created": "2017-09-11T19:51:58.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-10-09T15:10:23.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "h5. Problem Description:\r\nWhen We initially launch a Windows app there is a back button showing in the top bar, is there any way to remove it? Especially because is the first screen, there is nothing to go back to.\r\n\r\nh5. Sample App:\r\nAttached to the ticket.\r\n\r\nh5. More details :\r\nBehavior with different devices and their results is attached to the first comment.", "attachment": [ { "id": "63238", "filename": "index.js", "author": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "created": "2017-09-11T19:49:48.000+0000", "size": 130, "mimeType": "text/javascript" }, { "id": "63239", "filename": "index.tss", "author": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "created": "2017-09-11T19:49:43.000+0000", "size": 170, "mimeType": "application/octet-stream" }, { "id": "63240", "filename": "index.xml", "author": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "created": "2017-09-11T19:49:40.000+0000", "size": 127, "mimeType": "text/xml" } ], "flagged": false, "summary": "Windows: remove back button from top bar", "creator": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "subtasks": [], "reporter": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "environment": null, "comment": { "comments": [ { "id": "427791", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "[~nmishra] So the reasoning for the difference between their two machines is that one is built with Windows 8.1 SDK (Surface 4 device app), and the other with 10.0 (dev computer) I assume they're packaging and then deploying to the Surface which is why it is defaulting to 8.1, if they pass in {{\\-\\-win-sdk 10.0}} they will see the same across both. \r\n\r\nThis is a valid bug I think though and I guess it occurs because of how we instantiate the app.", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2017-09-12T09:29:21.000+0000", "updated": "2017-09-12T09:29:21.000+0000" }, { "id": "427824", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~nmishra] It seems that the \"Tap and send\", \"Share\" and \"Setting\" buttons [like this|https://propelics.box.com/shared/static/vjof47giorkhctj87k4h1ismuzvk7lcx.png] are only shown when the app is built for Windows 8.1. So I would expect you need to specify {{--win-sdk 10.0}} explicitly when you package the app. Then it should work as Windows 10 app.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-09-13T06:42:42.000+0000", "updated": "2017-09-13T06:42:42.000+0000" }, { "id": "427825", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/1108", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-09-13T07:19:48.000+0000", "updated": "2017-09-13T07:19:48.000+0000" }, { "id": "428392", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~nmishra] According to the error message [0x80073CFD|https://msdn.microsoft.com/en-us/library/hh973484.aspx] {{A specified install prerequisite couldn't be satisfied}}, I expect there's some kind of prerequisite configuration error. I would expect that Windows 10 target platform version needs to be specified explicitly for the device. For example when your device Window 10 version is {{10.0.14393.0}}, you can specify the version like below in {{tiapp.xml}} 's {{windows}} section.\r\n\r\n{code:xml|title=tiapp.xml}\r\n \r\n 10.0.14393.0\r\n 10.0.14393.0\r\n \r\n{code}", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-09-25T04:21:54.000+0000", "updated": "2017-09-25T04:21:54.000+0000" }, { "id": "428421", "author": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "body": "Thank you [~kiguchi]", "updateAuthor": { "name": "nmishra", "key": "nmishra", "displayName": "Neeraj Mishra", "active": true, "timeZone": "America/Phoenix" }, "created": "2017-09-25T18:02:26.000+0000", "updated": "2017-09-25T18:02:26.000+0000" }, { "id": "428589", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "6_3_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1124\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-09-29T00:02:20.000+0000", "updated": "2017-09-29T00:02:20.000+0000" }, { "id": "428823", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified in 6.3.0.v20171006185117 and 7.0.0.v20171009065347", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2017-10-09T15:09:59.000+0000", "updated": "2017-10-09T15:09:59.000+0000" } ], "maxResults": 11, "total": 11, "startAt": 0 } } }