LaunchUri with POST Arguments

Hi,

Is there a way to pass POST data with ?

<LaunchUri Uri="https://www.fusetools.com&quot; />

I need this to interact with a payement system (The user fill a form in the app with all the infos needed, on submit it opens a new page in the browser where he can pay)

You should probably use fetch or make a custom Uno class to do post. LaunchUri is meant to launch other apps from your app.

You could use the WebView and inject the form data using javascript.