```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 }
```