You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
I have problem with SendMenu API...
I try to BB 9320 does not work....
I put code in config.xml like
and in index.html like
<script type="text/javascript"> var context = {}; context[blackberry.ui.sendmenu.TEXT] = document.getElementById('text2').value; blackberry.ui.sendmenu.add(blackberry.ui.sendmenu.TYPE_TEXT,JSON.stringify(context)); } </script>is it right?
The text was updated successfully, but these errors were encountered: