I have been using some epubs to test this new version of the package for flutter, but I noticed that in some epubs when I try to change the fontSize, for example using this line:
epubController.setFontSize(
fontSize: 10,
);
I receive this error: WebView ID 0 calling "onConsoleMessage" using {messageLevel: 2, message: Failed to decode downloaded font: blob:null/ce26b119-36f4-4327-8b58-a40c0bc43a88}
Maybe the problem is the css or the default font-family from the ebook, but is there a way to ignore the font-family, or change that font or just fix the error?
I have been using some epubs to test this new version of the package for flutter, but I noticed that in some epubs when I try to change the fontSize, for example using this line:
epubController.setFontSize( fontSize: 10, );
I receive this error: WebView ID 0 calling "onConsoleMessage" using {messageLevel: 2, message: Failed to decode downloaded font: blob:null/ce26b119-36f4-4327-8b58-a40c0bc43a88}
You can try to test it with this epub: https://firebasestorage.googleapis.com/v0/b/cityreportsmanagment.firebasestorage.app/o/test.epub?alt=media&token=889e82ce-6047-49e7-a906-aef87c3a91a5
Maybe the problem is the css or the default font-family from the ebook, but is there a way to ignore the font-family, or change that font or just fix the error?