You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Height is not calulated correctly and while rendered content is clipped in iOS only.
In addition, i m also using Katex to render the content to mathematical symbols.
So if I m not using <!DOCTYPE html> then the rendering fraction lines are not rendered properly on both iOS and Android.
is there any fix for iOS webview which works fines even when the <!DOCTYPE html> is used.
any need on this issue would be grateful.
The text was updated successfully, but these errors were encountered:
@samridhgupta I think it'd be because of <!Doctype> is not a valid xml. needs to be a valid closing tag to render. While it works proper if passed a URL instead of HTML. Been a while I've worked on this. Could you check few test cases if you find the bug?
If i am providing the source Html in the form of
the Webview component is able to render the content with correct height.
but if the source Html is
the Height is not calulated correctly and while rendered content is clipped in iOS only.
In addition, i m also using Katex to render the content to mathematical symbols.
So if I m not using
<!DOCTYPE html>
then the rendering fraction lines are not rendered properly on both iOS and Android.is there any fix for iOS webview which works fines even when the
<!DOCTYPE html>
is used.any need on this issue would be grateful.
The text was updated successfully, but these errors were encountered: