Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3458] tiwp8 or Ti.MobileWeb.WP8

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionInvalid
Resolution Date2016-04-18T06:23:04.000+0000
Affected Version/sAppcelerator Studio 4.5.0
Fix Version/sn/a
ComponentsTitanium SDK & CLI
LabelsWP8, Windows-Phone, module, windowsphone
Reporterjmarty
AssigneeShak Hossain
Created2016-04-05T08:56:35.000+0000
Updated2016-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.

Comments

  1. Sharif AbuDarda 2016-04-13

    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

JSON Source