Closed ronligt closed 1 year ago
Please update to ios@6.0.0 and remove the wkwebview plugin, there is no need for it anymore (it is already integrated to ios@6.0.0).
And take in your mind that SVG may take long to appear in simulator, but in real device it appear fast .
Just to confirm did you add the svg in <img>
tag ?
like this <img src="images/loader/dots.svg" alt="loading">
?
If yes, I think it should work.
Regards
Well, if it works in iOS <13.5, I suspect that Apple has changed something. Have you read the WebKit release notes for 13.5 or searched in their BugTracker? Does the SVG get rendered in a plain Safari tab?
I've marked this issue as stale because it's been several years with no further comments. If this is still an issue in the latest cordova-ios version and an up-to-date iOS version, please let us know. Otherwise, this issue will be closed.
Closing as stale.
Bug Report
Problem
What is expected to happen?
An mathjax equation is converted to SVG with mjpage. This rendered html file is used in cordova app on iPhone (7). In ios < 13.5 app is started and shows equation as intended.
What does actually happen?
In ios 13.5 app is started and equation is not shown
Information
Command or Code
setup cordova:
add ios settings to
config.xml
:in default
index.html
the equation ($e=mc^2$) is added:index.html
is rendered to SVG:build and run app on device or emulate:
Environment, Platform, Device
Build on MacBook Pro (15", 2016) with 10.15.4
Tested on iPhone 7 with 13.5
Version information
Checklist