I have a webview in an app extension I am building in Swift. No matter how I set the css cursor properties for various elements, the cursor in the app extension does not change. For example, if I set an element to have `cursor: pointer`, the cursor stays defaults.
How can I get webviews in Swift to respect the cursor properties of the CSS?