How can I implement a Rich Text Input (WYSIWYG editor) in a Bubble Native Mobile App for long-form content creation like blogs, bios, or posts?

I’m building a native mobile application using Bubble.io latest native mobile builder, and I need to allow users to create or edit long-form content with formatting options such as:

  1. Bold / Italic / Underline
  2. Headings / Lists
  3. Hyperlinks / Images
  4. Line breaks / Paragraph spacing

The goal is to have a rich text input field (like a WYSIWYG editor or Markdown support) that works natively on mobile devices.

I’d like to know:

  • :white_check_mark: Whether this is possible with the current native mobile beta.
  • :wrench: Recommended plugins or workarounds (e.g., HTML input, WebView, third-party libraries).
  • How to ensure mobile compatibility, including keyboard handling and UI responsiveness.
  • :cloud: How to store and render the content correctly in the database and in other parts of the app.
1 Like

Thank you for sharing!