A collection of small plugins for Trigger developed primarily for Fetchnotes
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.
Developed primarily as a workaround for this bug: http://code.google.com/p/android/issues/detail?id=15245forge.internal.call('keyboard.typestring',
{
input:string
})
Types the given string by simulating virtual keyboard events