Description
ALOY-1646 introduced support for namespacing an xml attribute to restrict a property to a single platform, this does not work for event handlers as they are handled separately to where this is done.
<Alloy>
<Window android:onClick="doClick">
</Window>
</Alloy>
function doClick(e) {
console.log('clicky click')
};
$.index.open();
Steps to reproduce
1. Add the above to your index.xml/index.js files
2. Build to Android
Actual
No event listener is attached
Expected
Event listener should be attached
PR https://github.com/appcelerator/alloy/pull/940
*Closing ticket.* Fix verified in CLI Version
"NPM":"4.2.15-1","CLI":"7.1.2-7"
. Tested using the instructions mentioned above. *Test Environment*