Skip to content

ElevateDev/meteor-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package provides feedback (vibrate, sound) to both Cordova and Browser.

Profile Setup

Feedback.profiles = {
  "somethingHappened": {
    sound: "/sounds/playSomething.mp3",
    vibrate: [500,50,500,50,100] 
  }
}

and to trigger it

Feedback.provide("somethingHappened");

Cordova

The package handles importing the necessary plugins from cordova and abstracting any differences in calling methods.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published