<p><button type="button" name="911" onclick="callFunction(this)">Call 911</button></p>
<p><button type="button" name="999888777" onclick="callFunction(this)">Call TEST</button></p>
<script>
function callFunction(boton) {
window.AppInventor.setWebViewString('tel:' + boton.name);
}
</script>
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
my project requires that the application does not ask for permission to make phonecalls.