It appears that the CSS unit values VH and VW are not properly supported in react native's android webview. It looks like the system is treating these measurement values as 0's. I have verified that the same CSS / markup is properly loaded when viewed in a standard web browser on the device, just not when using a webview within a react native app.
I am using react native 0.24 on android. The same setup works correctly when using the IOS version of react native.
http://snook.ca/archives/html_and_css/vm-vh-units
Please advise :)
It appears that the CSS unit values VH and VW are not properly supported in react native's android webview. It looks like the system is treating these measurement values as 0's. I have verified that the same CSS / markup is properly loaded when viewed in a standard web browser on the device, just not when using a webview within a react native app.
I am using react native 0.24 on android. The same setup works correctly when using the IOS version of react native.
http://snook.ca/archives/html_and_css/vm-vh-units
Please advise :)