[AC-3458] tiwp8 or Ti.MobileWeb.WP8
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2016-04-18T06:23:04.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | WP8, Windows-Phone, module, windowsphone |
Reporter | jmarty |
Assignee | Shak Hossain |
Created | 2016-04-05T08:56:35.000+0000 |
Updated | 2016-04-18T06:23:04.000+0000 |
Description
This code generate this error : Runtime Error during click event : undefined is not an object (evaluating 'Ti.MobileWeb.WP8')
var grid = Ti.MobileWeb.WP8.getRootGrid();
And I change to respect this link : https://wiki.appcelerator.org/display/guides2/Windows+Phone+8+Module+Development+Guide#WindowsPhone8ModuleDevelopmentGuide-UsingtheTitaniumWindowsPhone8ReflectionAPI
And this code generate the error : Runtime Error during click event: Can't find variable: tiwp8.
var grid = tiwp8.getRootGrid();
Is it a mistake or missing something ? Please help me to create a native module for WP8.
Hello, Currently, Appcelerator doesn't support Windows phone module development (only iOS and Android). The link you provided is deprecated and no longer support the latest release. But you can make direct API calls in Windows platform. http://docs.appcelerator.com/platform/latest/#!/guide/Windows_Runtime_Direct_API_Access Please feel free to reply with anything you need. Regards, Sharif