Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

No effect for custom css skin for iOS SDK


I have load the sample css with config.cssSkin, and it's not working according to css file. Only the display icon become square. Is cssSkin working? any example css that may work on mobile SDK?

config.cssSkin = [[NSBundle mainBundle]pathForResource:@"myskin" ofType:@"css"];

1 Community Answers

Daniel Berger

JW Player Support Agent  
0 rated :

Hi,

It seems that you are trying to load a local skin. Please save your skin on a server and then set it like this:
config.cssSkin = “http://p.jwpcdn.com/iOS/Skins/ethan.css”

Best,
Daniel

This question has received the maximum number of answers.