[TIMOB-17011] Map API throws error on windows platform
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T20:16:00.000+0000 |
Affected Version/s | Release 3.2.1 |
Fix Version/s | n/a |
Components | Windows Hybrid |
Labels | defect |
Reporter | Sapan Varshney |
Assignee | Chris Barber |
Created | 2014-05-15T11:20:41.000+0000 |
Updated | 2017-03-20T17:42:23.000+0000 |
Description
Problem Description
Map API throws undefined error on windows platform
Steps to reproduce:
1. Create an application using titanium/appcelerator studio having the deployment target as mobileweb (classic project)
2. Copy paste the code in classic Project in app.js
{Code}
var win = Ti.UI.createWindow({
backgroundColor : 'white',
});
var mapview = Titanium.Map.createView({
mapType : Titanium.Map.STANDARD_TYPE,
region : {
latitude : 37.390749,
longitude : -122.081651,
latitudeDelta : 0.01,
longitudeDelta : 0.01
},
animate : true,
regionFit : true,
userLocation : true,
//annotations:[mountainView]
});
win.add(mapview);
win.open();
{Code}
3. Changed the SDK version in tiapp.xml to the Hybrid SDK
4. Open the command prompt and move to the project directory
5. Build for device using the command - titanium build -p mobileweb -T wp8 -C xe --wp8-publisher-guid
Actual Result:
Code breaks throwing the undefined error
h4 Expected Result:
Window with map view should be loaded
Attachments
File | Date | Size |
TiMap.jpg | 2014-05-15T11:20:41.000+0000 | 47714 |
[~rtlechuga] FYI
Hi Mauro, We 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? When 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. Does SDK 3.2.3.GA supports building for windows platform? Thanks Sapan
Windows Hybrid is dead.
Closing ticket as Windows Hybrid is no longer supported.