quill_html_editor
quill_html_editor copied to clipboard
autoFocus Not working [BUG]
Autofocus not working
QuillHtmlEditor(
padding: const EdgeInsets.all(8),
loadingBuilder: (context) => Container(
height: 250,
color: context.theme.scaffoldBackgroundColor,
),
hintText: "",
textStyle: context.theme.textTheme.titleLarge!.copyWith(
fontSize: 16,
fontFamily: Fonts.poppinsRegular,
height: 1.3,
),
backgroundColor: context.theme.scaffoldBackgroundColor,
controller: controller,
onTextChanged: (p0) {
tempContent = p0;
},
autoFocus: true,
minHeight: 250,
text: content,
),
Hello @volkanustekidag ,
If you are referring to keyboard not popping up with auto focus, that is a limitation with the webview_flutter plugin. Hopefully it will be resolved soon. Please help me with some more information to understand this better.
Thanks!