Currently, I am utilizing node-webkit to construct a self-contained web application demo. Interestingly, I have encountered an issue with the -webkit-backface-visibility CSS3 property. Strangely enough, this problem only occurs when running the app on a Windows system, not on Mac.
To clarify, when I mention that it's not functioning properly, it seems as though the property is not being recognized at all. Upon flipping an element over onto its back, instead of being hidden, I see it reversed.
This issue does not appear to be isolated to my specific code either. Even online demos showcasing the -webkit-backface-visibility property, such as the one found here, fail to work when run in the app on a Windows platform:
Could this potentially be a bug within the node-webkit framework? Is there any potential solution or workaround that could enable this feature to function correctly?