UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 376 B
```scss // Property(ies): pluginState - Android Only // Component(s): Ti.UI.WebView '.webview-plugins-off[platform=android]': { pluginState: Ti.UI.Android.WEBVIEW_PLUGINS_OFF } '.webview-plugins-on[platform=android]': { pluginState: Ti.UI.Android.WEBVIEW_PLUGINS_ON } '.webview-plugins-on-demand[platform=android]': { pluginState: Ti.UI.Android.WEBVIEW_PLUGINS_ON_DEMAND } ```