Hello there,
Question as above, is it possible to run custom widgets in the mobile app? The documentation doesn’t rule this out however we can’t get it going.
Some background: We’re currently doing exploratory work with the mobile app and we’re looking into the feasibility of using custom widgets to add a little functionality that the lowcode doesn’t offer. Thus far we’ve no luck getting our simple test code to function, having tried both vue and static blueprints.
When testing on an iOS device we can see in detective that main.js code runs, and script placed within main.htm runs, however frontend.js code does not seem to run and with no access to a frontend console for the app we can’t see what is going on there (if anything). We’ve only tested the app on iOS thus far. The code runs fine in the web browser.
Clearly most widget and presenter use cases are a no go without being able to pass data to and from the backend. Are we missing something or is this just not possible?
Thanks in advance!