purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 398 B
Markdown
```css
// Property: allowsBackForwardNavigationGestures
// Description: A Boolean value indicating whether horizontal swipe gestures will trigger back-forward list navigations.
// Component(s): Ti.UI.WebView
'.allows-back-forward-navigation-gestures': { allowsBackForwardNavigationGestures: true }
'.allows-back-forward-navigation-gestures-false': { allowsBackForwardNavigationGestures: false }
```