Hi -
I’m trying to use the embed HTML control to enter some custom HTML that includes a script that should run when the users clicks an element in the HTML. However, the script never seems to run. The alerts and console logging never happens either.
The code is below that is in the HTML Embed control. Basically trying to create a file picker. Any suggestions on what to do to get it working would be greatly appreciated.
Sure - what we basically did is just create a separate component external to React Studio and put it in a JSX file which we imported to the screen we wanted to use it with. The helpful answer from our other question is what that method work - by basically telling us to make sure we enable “pointerEvents” on the HTML in our component.
I’m not sure how you structured your code but basically when you “render” that grid you need to make sure that the pointEffects are set to auto for the entire div that the grid is contained in.