A few days ago our two Cordova/famo.us based mobile apps started rendering the NavBar and Scrollview with unexpected behaviors.
It took me sometime to get to the root of the issue, since this happened on different devices.
As of Android 5+ Android System WebView is a separate APK and gets updated quite frequently but silent.
On our S5 we got an Android upgrade to Android 5.0 and on S6 (Android 5.0.2) the webview updated to version 43.0.2357.121. And these upgrades/updates were responsible for our rendering issue.
Other frameworks, such us Sencha, have even reported app crashes.
If you have also weird issues with you cordova/famo.us app on Android it might be worth to wait for an update from Google instead of trying to fix your app with a workaround.
As a workaround while developing you can uninstall webview updates on your device by going to Applications -> Application Manager -> All -> Android System WebView.
Anyone else having similar issues?