purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
6 lines • 319 B
Markdown
```scss
// Property(ies): allowsBackForwardNavigationGestures - iOS Only
// Component(s): Ti.UI.WebView
'.allow-back-forward-navigation-gestures[platform=ios]': { allowsBackForwardNavigationGestures: true }
'.dont-allow-back-forward-navigation-gestures[platform=ios]': { allowsBackForwardNavigationGestures: false }
```