mobilehero-archive / adamantium

:end: No longer Maintained -- Use {nativeloop} now: https://github.com/nativeloop
Other
8 stars 0 forks source link

Cannot override supported platforms for custom view modules #30

Open brentonhouse opened 8 years ago

brentonhouse commented 8 years ago

If you are using custom view modules, you cannot override the supported platforms for those tags, even in your custom implementation supports more platforms.

For example, if you were using this tag on mobileweb:

<ActionBar id="test_actionbar_1" text="This is a test actionbar 1" module="test" />

It would be compiled out of the app because ActionBar is only supported on Android by default in Appcelerator Alloy. This needs to be changed to allow more platforms if it is a custom module.

This would also help with things like supporting ListView tag on mobileweb (even if it was a shim for ListView using TableView)