Will you add open links outside the app?
I dont want to open links inside my app...
Will you add open links outside the app?
I dont want to open links inside my app...
You need to use openExternal() function as described in documentation:
https://websitetoapk.com/docs/javascript-apis.html
The openExternal() uses GET to send the request.
Is it possible to set a secondary (and optional) parameter to make a POST request, instead of a GET one?