Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 458 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 458 Bytes

Webview Fragment Module

Android 4.4 introduced a new WebView engine "Chromium".

This webview fails to render (in some cases) in Titanium - See tracked Issue

The official workaround is to add a borderRadius to the Webview, so that hardwareAcceleration is disabled. Sadly this also removes the ability to view Youtube videos in the Webview, without making them fullscreen.

This module fixes this issue.