{ "id": "130505", "key": "TIMOB-17011", "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": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2016-08-24T20:16:00.000+0000", "created": "2014-05-15T11:20:41.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "defect" ], "versions": [ { "id": "15856", "description": "Release 3.2.1", "name": "Release 3.2.1", "archived": false, "released": true, "releaseDate": "2014-02-10" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2017-03-20T17:42: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": "13719", "name": "Windows Hybrid", "description": "Windows Hybrid platform" } ], "description": "h4. Problem Description\r\nMap API throws undefined error on windows platform\r\n\r\nh4. Steps to reproduce:\r\n1. Create an application using titanium/appcelerator studio having the deployment target as mobileweb (classic project)\r\n2. Copy paste the code in classic Project in app.js\r\n\r\n{Code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'white',\r\n});\r\nvar mapview = Titanium.Map.createView({\r\n\tmapType : Titanium.Map.STANDARD_TYPE,\r\n\tregion : {\r\n\t\tlatitude : 37.390749,\r\n\t\tlongitude : -122.081651,\r\n\t\tlatitudeDelta : 0.01,\r\n\t\tlongitudeDelta : 0.01\r\n\t},\r\n\tanimate : true,\r\n\tregionFit : true,\r\n\tuserLocation : true,\r\n\t//annotations:[mountainView]\r\n});\r\nwin.add(mapview);\r\nwin.open();\r\n{Code}\r\n3. Changed the SDK version in tiapp.xml to the Hybrid SDK\r\n4. Open the command prompt and move to the project directory\r\n5. Build for device using the command - titanium build -p mobileweb -T wp8 -C xe --wp8-publisher-guid \r\n\r\nh4. Actual Result:\r\nCode breaks throwing the undefined error\r\n\r\nh4 Expected Result:\r\nWindow with map view should be loaded\r\n", "attachment": [ { "id": "48123", "filename": "TiMap.jpg", "author": { "name": "svarshney", "key": "svarshney", "displayName": "Sapan Varshney", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-15T11:20:41.000+0000", "size": 47714, "mimeType": "image/jpeg" } ], "flagged": false, "summary": "Map API throws error on windows platform", "creator": { "name": "svarshney", "key": "svarshney", "displayName": "Sapan Varshney", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "svarshney", "key": "svarshney", "displayName": "Sapan Varshney", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio, build: 3.2.1.201402041146\r\nSDK Build(Hybrid) : 3.2.1.v20140404120127\r\nacs : 1.0.14\r\nalloy : 1.3.1\r\nnpm : 1.3.2\r\ntitanium : 3.2.1\r\nDevice: Nokia Lumia 720\r\nOS : Windows 8.1", "comment": { "comments": [ { "id": "305132", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~rtlechuga] FYI", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-15T18:06:58.000+0000", "updated": "2014-05-15T18:06:58.000+0000" }, { "id": "305869", "author": { "name": "svarshney", "key": "svarshney", "displayName": "Sapan Varshney", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Mauro,\r\n\r\nWe are using the Hybrid SDK 3.2.1.v20140404120127 for deploying on to the windows device. Is there any Hybrid SDK available for 3.2.3 as well?\r\n\r\nWhen I tried getting the help for build command using normal 3.2.3.GA SDK, I didn't see any option for building the project for windows platform. \r\n\r\nDoes SDK 3.2.3.GA supports building for windows platform? \r\n\r\nThanks\r\nSapan", "updateAuthor": { "name": "svarshney", "key": "svarshney", "displayName": "Sapan Varshney", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-21T05:47:24.000+0000", "updated": "2014-05-21T05:47:24.000+0000" }, { "id": "394273", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Windows Hybrid is dead.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-08-24T20:16:00.000+0000", "updated": "2016-08-24T20:16:00.000+0000" }, { "id": "413820", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as Windows Hybrid is no longer supported.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-20T17:42:23.000+0000", "updated": "2017-03-20T17:42:23.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }