• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Copying the embed codes from mobile devices. [New feature] Issue?

Status
Not open for further replies.

rafass

Chevereto Member
I'm testing the new feature to copy/paste the embed codes and works perfectly from my computer. (I love it!)
however, from my mobile devices (IOS 9.2.1) it doesn't work. It show me the button, but don't copy the codes on the clipboard.
I've tested with different devices (5s and 6s) and browsers. (Safari, Chrome, Firefox)
http://demo.chevereto.com/
IMG_1719.jpeg
 
Last edited:
I'm having the issue with IOS 9.2.1, Iphone 5S and 6S in Chrome, Safari and Firefox. (to IOS of course)
I was testing now here with an old Samsung with android 4.1.2 and apparently copy the codes. (it show me the animation) but trying to paste those codes outside, there is nothing on the clipboard.
in IOS, after click on the button also show me "Done":
IMG_1721.jpeg
but same with android, trying to paste those codes somewhere, there's nothing in the clipboard. weird.
 
I'm having the issue with IOS 9.2.1, Iphone 5S and 6S in Chrome, Safari and Firefox. (to IOS of course)
I was testing now here with an old Samsung with android 4.1.2 and apparently copy the codes. (it show me the animation) but trying to paste those codes outside, there is nothing on the clipboard.
in IOS, after click on the button also show me "Done":
View attachment 819
but same with android, trying to paste those codes somewhere, there's nothing in the clipboard. weird.
Appears to work for me... Problem with cell phones is that it's impossible to appease all versions and all types. I think that support for the latest is the most important... 4.1 is FAR from the latest. I can't speak for iOS since I'm anti-Apple in every aspect of life... but it works for me on 6.X for Android. Try with a more modern one and see what happens.
 
my IOS devices are running the latest version of IOS and this doesn't work there.
let's wait confirmation of other users on IOS. thanks SirMoo.
 
Last edited:
IOS has its own world and I'm not surprised this doesn't work there. I don't own an iOS device since ages so let's wait to see if they fix that or something.

By the way, did you checked if the library works in iOS? https://clipboardjs.com/
 
Last edited:
Just upgraded my site to Chevereto 3.7.2. Tested the COPY on Android 5.1.1 / Chrome on Sony Xperia Z3, works like a charm. 🙂
I will test on a few IOS devices when I get home.
 
By the way, did you checked if the library works in iOS? https://clipboardjs.com/
nope, just until now 🙁 sorry.
IMG_1725.jpeg
Known Limitations: https://github.com/zenorocha/clipboard.js/wiki/Known-Limitations
Due to security restrictions imposed by browser vendors, user interaction is required in order copy/cut to work. Which means that the first argument in the constructor is required and must refer to a valid element in the page. A simulated click event using JavaScript does not work as this would enable clipboard poisoning.
Issue: https://github.com/zenorocha/clipboard.js/issues/26
Issue: https://github.com/zenorocha/clipboard.js/issues/124
Issue open: https://github.com/zenorocha/clipboard.js/issues/206
*Note: In iOS devices (as of iOS9), using inputElement.select() to quickly select all of a form element's contents doesn't seem to work. However, using inputElement.setSelectionRange() does. So the following selects all of a form field's text across browsers and devices:
inputElement.setSelectionRange(0, inputElement.value.length)
Source: http://www.javascriptkit.com/javatutors/copytoclipboard.shtml
 
Last edited:
Epic tooltip trolling. Anyway, get used to it. In iOS every browser runs as a Safari webview so doesn't matter how many different browsers you test, all of them use mobile Safari.
 
Well, let's see if there are some way to make it work in IOS.
I've upgraded now and tested with another android and works like a charm. Thanks for your great work Rodolfo!
 
Status
Not open for further replies.
Back
Top