Error
Summary
Add the ability for users to select and copy scripture text rendered by the mobile Rock:BibleReader control — either through native text selection (press-and-hold → select → Copy) or a built-in per-passage/per-verse “Copy” action.
Rock:BibleReader
The BibleReader is display-only. Because it renders verse text as native .NET MAUI Labels (which are not selectable by default), users cannot copy any scripture from within the app. People regularly want to:
Label
Today, the only sharing affordance is the header Share button, which shares a reference + deep link (“Read John 1 with me in the Vox Church app!”) — not the text itself. There is no supported way to expose the scripture text from a content block, since the licensed NLT/ESV/MSG text comes through the Spark Data API and is not surfaced to Lava or as a binding. That means this genuinely cannot be solved at the church/config level — it needs a control/shell enhancement.
SetTextIsSelectable(true)
<Rock:BibleReader ... IsTextSelectable="true" />
BibleBrowser.Reading.Text
CopyToClipboard
Option 1 is the most natural UX; option 3 is the most flexible for builders.
SetTextIsSelectable
IsTextSelectionEnabled
Editor
Low-risk, opt-in enhancement to a widely used control. Directly improves scripture engagement and sharing, which aligns with the reader’s purpose.
Cultivate your ideas for maximum impact with these helpful submission tips that will increase the chances of your brilliant concepts becoming reality.