I' am trying to develop a User Component for Genexus X EV 3 for Smart Devices. It's about a personalized webview, I have used it in a project, it works but only using the predefined methods that bring Genexus, I can't figure out how to call a method of the .java file, from the Genexus project. In the .control file I added the method definition:
<Methods>
<Method>
<Name>UCgoBack</Name>
<ReturnType />
<Parameters>
</Parameters>
<Signature>UCgoBack()</Signature>
</Method>
</Methods>
Genexus recognizes the user Control, I can see the method in the IntelliSense, but when I call it, is not executed. Thanks for you help.