-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no way can delete a ShortcutPlugin #4
Comments
are u using the same text?, for example in you case the text in the shortcut is "Text to show"? |
hi @jorgecis my answer is yes your sample told us how to create a shortCut
but seem no way to delete a shortCut |
hi @jorgecis |
1 similar comment
hi @jorgecis |
I working on that, sorry for the delay but I have other priorities George On Mon, Apr 14, 2014 at 3:28 AM, bau720123 [email protected] wrote:
|
oh~? |
I can not able to delete the shortcut. Please help me. For creating new shortcut For removing shortcut |
your example show how to create a shortcut
https://github.com/jorgecis/ShortcutPlugin/blob/4c2c01cc2473f4d3af8bfb6809f5d647c0078d72/README.md
but no example to tell us how to delete it
I tried
window.plugins.Shortcut.RemoveShortcut("Text to show", successfunc, failfunc );
but not work
The text was updated successfully, but these errors were encountered: