I want to integrate the webviewer component in an appinventor application.
I want the POST application ready for the PHP script. I do not want to use GET . Therefore, PHP on the server looks like this:
<?php echo $_POST['value']; ?>
My appinventor block looks like this:

This does not work. Any help appreciated. Thanks.
EDIT : second attempt. Thanks @YiWei. 
source share