Like Ra's Naughty Forum
Site rendering on Apple devices - Printable Version

+- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb)
+-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section)
+--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site)
+--- Thread: Site rendering on Apple devices (/Thread-Site-rendering-on-Apple-devices)

Pages: 1 2 3 4 5 6 7 8 9


RE: Site rendering on Apple devices - Like Ra - 04 Feb 2019

I disabled the flashplayer and left only the Video embedding:

Code:
<video controls="controls" preload="none" loop="loop" width="600" height="400">
      <source src="https://www.likera.com/forum/mybb/attachment.php?aid=33548" type="video/mp4">
</video>

Same problem.


RE: Site rendering on Apple devices - Like Ra - 05 Feb 2019

The bottom line so far:

o- Stay away from Apple
o- Browser playback is mostly broken on iDevices (lots of complaints on the web)
o- To make a video playable on stupid Apple boxes, the following must be used:

Format: MP4
Video encoder: libx264 (h264)
Profile: Baseline
Level: 3.0 (for maximum compatibility)
Audio codec: AAC

Additional option: -movflags +faststart (for quick web-loading)


RE: Bound men in feminine clothes and femdom fetish art - Tinker D - 27 Sep 2019

Ok, question???
Why is it that when I click onto a picture with my iPhone, I canโ€™t zoom in on the picture without the picture jumping back to its orinigal size. And also, when I try to go to the next picture using (>๐Ÿ˜‰ or (<๐Ÿ˜‰, the new picture just layers over the old picture?
And donโ€™t tell me that my iPhone sucks.


RE: Site rendering on Apple devices - Like Ra - 27 Sep 2019

(27 Sep 2019, 12:33 )Tinker D Wrote: Why is it that when I click onto a picture with my iPhone, I canโ€™t zoom in on the picture without the picture jumping back to its orinigal size.
It's the same for Android and iOS. You have to use a "3-finger gesture": you pinch-zoom-in, then touch the screen with a 3d finger, remove the first two fingers (while still touching with the 3d), then remove the 3d finger. And yes, I figured it out by myself ๐Ÿ˜Š

To be added to FAQ.

(27 Sep 2019, 12:33 )Tinker D Wrote: when I try to go to the next picture using (>๐Ÿ˜‰ or (<๐Ÿ˜‰, the new picture just layers over the old picture?
You can swipe to the left, right, or up or down, you do not have to use the >< buttons.

(27 Sep 2019, 12:33 )Tinker D Wrote: And donโ€™t tell me that my iPhone sucks.
๐Ÿ˜ You guessed it ๐Ÿ˜


RE: Site rendering on Apple devices - Tinker D - 27 Sep 2019

Ha Ha...
Very funny


RE: Site rendering on Apple devices - Like Ra - 27 Sep 2019

Did it work for you? ๐Ÿ˜‰


RE: Site rendering on Apple devices - Like Ra - 21 Feb 2020

How to play WEBM and other video files on iPhones:

The consensus is you need "PlayerXtreme Media Player" (there is a free version) or "Free HD Video Converter Factory"

https://www.businessinsider.com/how-to-play-webm-on-iphone
https://www.videoconverterfactory.com/tips/webm-iphone.html
https://www.quora.com/Why-doesnt-WebM-work-on-iOS

Apple simply refuses to add new video formats.


RE: Site rendering on Apple devices - Like Ra - 21 Feb 2020

Just modified the first post in the thread.


RE: Collars & Chokers - Tinker D - 21 Aug 2020

Well this is new.


RE: Collars & Chokers - Like Ra - 21 Aug 2020

(21 Aug 2020, 14:16 )Tinker D Wrote: Well this is new.
Seen this when not logged. It's a general FancyBox (image viewer plugin) error:

Code:
MyBBFancyBox.setup({
        clickToEnlarge: "Click to enlarge",
        CLOSE: "Close",
        NEXT: "Next",
        PREV: "Previous",
        ERROR: "The requested content cannot be loaded.<br/>Please try again later.",
        PLAY_START: "Start slideshow",
        PLAY_STOP: "Pause slideshow",
        FULL_SCREEN: "Full screen",
        THUMBS: "Thumbnails",
        DOWNLOAD: "Download",
        SHARE: "Share",
        ZOOM: "Zoom",
        MINIMIZE: "Minimize",
    }

Page reload usually helps (if logged in and cookies are allowed, of course)