What would cause a Construct CSS style to be ignored or removed on iOS?
I'm applying a CSS text-shadow style to a button. The style results in a glow effect that renders correctly in Construct's desktop preview, but disappears when previewed on iOS (iPad).
I know for a fact that text-shadow can be rendered on iOS using a test page here:
http://i-view.net/test/glow/simple_page.html
When viewing HTML5 exported from Construct on iOS (or remote previewing), the text-shadow effect is ignored or removed:
http://i-view.net/test/glow/construct/
How do I get the text-shadow CSS style to work properly on buttons in iOS?
[ test project is here:
https://www.dropbox.com/s/mk69ud1xqeetjrx/glow_test.c3p?dl=1 ]