Have you looked at the jquery lib on royale-asjs ?
From: Hugo Ferreira<mailto:hferreira...@gmail.com> Sent: Wednesday, February 2, 2022 4:26 AM To: Apache Royale Development<mailto:dev@royale.apache.org> Subject: Jquery Hi, I want to build a wrapper for a js library that requires JQuery. How to add JQuery to Royale App before loading the external library ? I already tried everything (loading dinamically on the wrapper) and also try to put directly on the html template and I didn't be able to put JQuery and this library working together.