Skip to content

Module: Beep

Haoxi Tan edited this page Jan 6, 2020 · 4 revisions

Summary

  • Objective: Beep.
  • Date: ???
  • Authors: Mike Haworth
  • Browsers: Any with PhoneGap available.
  • Code

Internal Working

This module makes the device beep with the navigator class, when the Adobe PhoneGap API is available.

navigator.notification.beep(1);

Feedback

Clone this wiki locally