Skip to content

micmarsh/trigger-plugins

Repository files navigation

trigger-plugins

A collection of small plugins for Trigger developed primarily for Fetchnotes

Usage:

Context menu

forge.internal.call('contextmenu.show',
{
items:[string1,string2,...]
},
successCallback
);

Creates a native context menu and returns the string of the selected item to the success handler.

Keyboard

Developed primarily as a workaround for this bug: http://code.google.com/p/android/issues/detail?id=15245

forge.internal.call('keyboard.typestring',
{
input:string
})

Types the given string by simulating virtual keyboard events

About

A collection of small plugins for the trigger.io mobile HTML5 wrapper, developed primarily for Fetchnotes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages