Skip to content

How to get entered content as HTML format in iOS / Android app?Β #186

@jazzbpn

Description

@jazzbpn

I am trying to get entered content as HTML format from this ZefyrField. If it is possible how?

  `return ZefyrTheme(
  data: theme,
  child: ZefyrField(
    height: 200.0,
    decoration: InputDecoration(labelText: 'Description'),
    controller: _controller,
    focusNode: _focusNode,
    autofocus: true,
    imageDelegate: CustomImageDelegate(),
    physics: ClampingScrollPhysics(),
  ),
);`

_controller.document.toJson() and _controller.document.toString() gives the content in json and string format. But what if want to get that entered content as HTML format?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions