4screens / brightcove-player-cordova-plugin

Native Brightcove player plugin for Cordova with IMA support
MIT License
12 stars 8 forks source link

Edit layout (for both iOS and Android) #7

Closed ghost closed 9 years ago

ghost commented 9 years ago

Could you please provide some documentation on how to edit the layout for the player? I want to be able to override the current layout/styles from within either my angular code, or as a css class - no issue if this isn't possible. Just some direction on how to customize the look and feel would be great. I have attached an image of a panel I want to be able to display at the top, above the player. screen shot 2015-04-17 at 11 11 12 am

kostkobv commented 9 years ago

You know, this plugin is based on Brightcove Player native(!!!) SDK, so that mean that whole player stuff is based on Objective C and Java code. You're not able to modify how player looks with CSS.

The only way to change it is to make some changes to layout in Android and storyboard for iOS. I recommend to create a fork and try to change it in your Android Studio and XCode. Pull Requests are welcomed!