purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 316 B
Markdown
```css
// Property: allowsExternalPlayback
// Description: Indicates whether the player allows switching to "external playback" mode.
// Component(s): Ti.Media.AudioPlayer
'.allows-external-playback': { allowsExternalPlayback: true }
'.allows-external-playback-false': { allowsExternalPlayback: false }
```