- 12-21-2012, 10:53 PM
Thread Author #1
Copy and Paste for text fields in PlayBook WebWorks / BBUI?
Is it possible to enable the PlayBook's long-press popup menu in a WebWorks / BBUI app which allows us to cut, copy, select all, paste (etc.) in text fields?
Most "standard" apps seems to support the option. Long--press the URL in the browser for example, and you're given the usual text options. But in my WebWorks app, the most I can get is the single pointer thingie which lets me choose where to start typing. But no double pointers for selecting, no long-press popup of text options.
Am I missing something obvious? - 12-22-2012, 08:12 AM #2
Found this on the Blackberry SupportForums
-------------------------------------
So I just implemented copy/paste for my webworks app. *Huge thanks to Will Robertson for posting up the solution! *
http://www.willw.net/enabling-copy-a...erry-playbook/
*
Apparently, all you have to do is change a couple settings in a configuration file from 'false' to 'true' to allow selecting and copy/paste. *Then, after you compile and deploy your app, you should get this functionality within all apps that you compile. *I just implemented it for my app and it works great (at least on the simulator).
*
Basically, just make sure the following two environment variables are set to true in the file "path_to_your_sdk/bbwp/AirAppTemplates/src?/blackberry-tablet.xml"
*
<env var="WEBKIT_CONTEXT_MENU_SUPPORTED" value="true"/>
<env var="WEBKIT_SELECTION_SUPPORTED" value="true"/>? - 12-22-2012, 08:50 AM
Thread Author #3
- 12-28-2012, 10:39 AM #4
Extremely useful resource. Thanks very much for sharing!
My apps: GAGmobile - CherryNotes - Requests
BlackBerries: Torch 9800 - PlayBook 64GB - Bold 9900 - Dev Alpha A (Sent back) - Limited Edition Z10 - Dev Alpha C (coming soon)
Similar Threads
-
How do you copy and paste a picture in to a word doc on playbook?
By mufc_Nick.C_mufc in forum BlackBerry PlayBookReplies: 12Last Post: 02-24-2013, 10:18 AM -
copy and paste for your bbmsn info..
By pondi in forum General BlackBerry DiscussionReplies: 0Last Post: 07-27-2009, 10:35 PM -
How to copy and paste in my edit info for bbm?
By Swegweiser in forum Native BlackBerry OS AppsReplies: 6Last Post: 03-10-2009, 09:49 PM -
How to copy and paste in my edit info for bbm?
By Swegweiser in forum BlackBerry Curve 83xxReplies: 6Last Post: 03-10-2009, 09:49 PM -
I figured how to copy and paste links in opera mini, yay
By Zenitsu in forum BlackBerry OS AppsReplies: 5Last Post: 11-20-2008, 06:57 PM


Reply
















