Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

iPad mobile device


  • Please log in to reply
6 replies to this topic

#1 Gregory Wexler

Gregory Wexler

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 09 August 2012 - 04:29 PM

Great plugin but I cannot select and play new videos via an Apple iPad mobile device. When I select a video, it doesn't play.

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 10 August 2012 - 09:02 PM

TubePress should work, for the most part, seamlessly on iOS and Android. Were you viewing one of the galleries on tubepress.org? Or do you have a link to a gallery somewhere else that demonstrates the problem? Please let us know as I'd like to try to reproduce the problem.

Thanks!

#3 Gregory Wexler

Gregory Wexler

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 24 August 2012 - 09:21 PM

Hi Eric - apologies for the late reply. Here's my installation with the default [tubepress] shortcode, on my website:
http://mortgagecoach.com/tubepress

Notice that while pagination seems to work, clicking on a video in the gallery doesn't play it.

From another posting you made, I did take note that:
http://tubepress.com/showcase/
works on my iPad without issue.

It might be that it's TubePress PRO which is working as I have the TubePress standard
installed to test it out.

Can you confirm that I would need the PRO version for it to work with iOS devices (like iPad) ?

#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 28 August 2012 - 12:00 AM

All versions of TubePress (free and Pro) work on iOS devices. I visited your site on my iPhone and confirmed that I was able to watch videos, click on thumbs, and play the new videos.

I think the real issue here is that you've got a cross-domain Ajax problem. Notice that if you visit http://www.mortgagecoach.com/tubepress works perfectly. You'll want to choose your "preferred" domain and redirect the other domain to it. This area of the documentation has more details.

#5 Lee Carlton

Lee Carlton

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 30 August 2012 - 04:26 PM

Hi Eric,

I'm experiencing the same thing with the Ipad. I can get the top video to work, but not the thumbnails. Looking to upgrade to the pro version, but want to make sure it is compatible with our site first.

http://www-staging.t...or...nt-videos/

Appreciate your great plugin. Looks great on the computer.

#6 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 31 August 2012 - 08:23 PM

I'm experiencing the same thing with the Ipad. I can get the top video to work, but not the thumbnails. Looking to upgrade to the pro version, but want to make sure it is compatible with our site first.

http://www-staging.t...globalschool.or ... nt-videos/

Appreciate your great plugin. Looks great on the computer.


This appears to be a bug in your theme's JavaScript. It's causing a fatal error, only when using an iOS device, which is in turn preventing TubePress from initializing itself correctly. Specifically, you'll want to take a look at wp-content/themes/tgs-theme/plugins/TGSGlobalPlugin/js/TGSOurclassroom.js. Around line 10 you'll see

if(is_iPhone_iPad()){
		var element = document.id("rotatingGlobe");
...
and it's producing the following error:

document.id is not a function
You'll need to ask your theme developer for a fix. Once that's cleaned up, TubePress should work normally...

#7 Lee Carlton

Lee Carlton

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 11 September 2012 - 03:13 PM

I'm experiencing the same thing with the Ipad. I can get the top video to work, but not the thumbnails. Looking to upgrade to the pro version, but want to make sure it is compatible with our site first.

http://www-staging.t...globalschool.or ... nt-videos/

Appreciate your great plugin. Looks great on the computer.


This appears to be a bug in your theme's JavaScript. It's causing a fatal error, only when using an iOS device, which is in turn preventing TubePress from initializing itself correctly. Specifically, you'll want to take a look at wp-content/themes/tgs-theme/plugins/TGSGlobalPlugin/js/TGSOurclassroom.js. Around line 10 you'll see

if(is_iPhone_iPad()){
		var element = document.id("rotatingGlobe");
...
and it's producing the following error:

document.id is not a function
You'll need to ask your theme developer for a fix. Once that's cleaned up, TubePress should work normally...



Thanks!