Can this code be used in a JavaScript flow function to allow user to use Fullscreen in web app?
I don’t think we can do that, since the Custom JS flow function is just an ASYNC function returning an output. For the above API we gotta target the parent element which is out of the function scope.
1 Like