bksubhuti / tipitaka-pali-reader

A Pali Reading app made in Flutter
21 stars 5 forks source link

first word of first page cannot highlight #182

Closed bksubhuti closed 1 year ago

bksubhuti commented 1 year ago

seems like cannot highlight the first word of the first page. The reason is there is a unicode character being pushed to the htmlWidget output '\ufffc" is included but not in the original html.. Seems to be a bug in inkwell? or html widget when there are empty class names? Removing that character does not fix the problem.. but removing the class name (like needed page numbers) does fix the problem.

bksubhuti commented 1 year ago

fixed with master. https://github.com/daohoangson/flutter_widget_from_html/issues/963