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

JwPlayer controls not showing up at bottom of player on IOS devices


can anyone help with this, heres my code. I have <!DOCTYPE html>
<html> top of page....what version of jwplayer is best for this? mp3 player

<!-- Player code here -->
<script type='text/javascript'>jwplayer('mediaspace').setup({

'playlistfile': './playlist.php?album=<?php echo $album; ?>',
'flashplayer': './mediaplayer/player.swf',
'playlist.position': 'right',
'playlist.size': '240',
'bufferlength': '5',
'mute': 'false',
'controlbar': 'bottom',
'width': '220',
'height': '280',
'repeat' : 'list',
'volume' : '100',
'stretching' : 'none',
'quality' : 'false',
'lightcolor' : 'CCCCCC',
'frontcolor' : 'FFFFFF',
'logo.hide' : 'false',
'shuffle' : 'false',
'skin' : './mediaplayer/modieus/modieus.xml',
'shownavigation': 'true',
'controlbar': 'bottom',
});
</script>

3 Community Answers

George

JW Player Support Agent  
0 rated :

For me to reproduce this issue reliably I will need the following information:

Browser name and version:
Operating System name and version:
Device make and model:
Provide step by step instructions on how to reproduce the issue on your page:
A test page replicating the issue as described in the document below:
https://support.jwplayer.com/customer/portal/articles/2186238-troubleshooting-%E2%80%94-creating-a-test-page

The test page must not contain any additional code or CSS, it must only contain the player and concrete steps to reproduce with expected and actual behavior.

In general, on iOS there are times that the native media player will take over, so please include a screenshot of the issue as well.

woc

User  
0 rated :

HI , question... I started with Jwplayer over 15 yrs ago. I have been using the old media player, work for years but not now. I like the look and way the players works . can I just migrate what I have to work with Jwplayer7 and IOS? please provide instructions and replacement code, easy way.

George

JW Player Support Agent  
0 rated :

Hi,

JW Player does not offer custom code solutions, you’ll have to contact a web developer to help you migrate to JW7.

Relevant documentation:
https://support.jwplayer.com/customer/portal/articles/2037989-migrating-from-jw6-to-jw7

This question has received the maximum number of answers.