Open UPstartDeveloper opened 3 years ago
index.html
:<div>
<button class="handsfree-show-when-not-debugging" onclick="handsfree.showDebugger()">
Show Debugger
</button>
<button class="handsfree-show-when-debugging" onclick="handsfree.hideDebugger()">
Hide Debugger
</button>
</div>
Found on the Handsfree.js docs.