[AC-2375] Alloy: Android Module XML does not work?
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2013-05-21T15:12:46.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Alloy |
| Labels | alloy, android, module |
| Reporter | Mads Moller |
| Assignee | Shak Hossain |
| Created | 2013-05-21T11:38:28.000+0000 |
| Updated | 2016-03-08T07:41:24.000+0000 |
Description
Hi Tony,
When using the on android, it seems to fail.
This is my use case:
<Module id="webView" module="dk.napp.webviewextended" method="createWebView" platform="android"/>
"#webView":{
width:Ti.UI.FILL,
hegiht:Ti.UI.FILL,
url: "http://www.google.com"
}
result:
$.__views.webView = Ti.UI.createModule({
width: Ti.UI.FILL,
hegiht: Ti.UI.FILL,
url: "http://www.google.com",
id: "webView",
module: "dk.napp.webviewextended",
method: "createWebView"
});
Ha! That might explain why. My bad, i was sure it was a new feature in 1.1
Closing it as per comments from Tony/Mads.