I’ve an Expo/React Native software that spawns a WebView utilizing this library:
https://github.com/react-native-webview/react-native-webview/tree/grasp
I’ve that working simply superb, and most CSS styes work as anticipated, nonetheless the cursor shade inside the CodeMirror editor is at all times black. That is one thing that I’d usually management by setting the caret-color css property, which works after I use the entire similar property (stylesheet, editor, and so on) inside an online software.
So, I assume this isn’t managed inside the webview, however by iOS itself. How do I modify the colour of the enter cursor so it’s extra seen on darker backgrounds?