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:
- Bold / Italic / Underline
- Headings / Lists
- Hyperlinks / Images
- 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:
Whether this is possible with the current native mobile beta.
Recommended plugins or workarounds (e.g., HTML input, WebView, third-party libraries).
- How to ensure mobile compatibility, including keyboard handling and UI responsiveness.
How to store and render the content correctly in the database and in other parts of the app.