Giter Club home page Giter Club logo

Comments (11)

vintikzzz avatar vintikzzz commented on August 16, 2024 1

I have also tried on iPad with iOS 14.4.2 and there were no problems. I currently have no devices with iOS 13 to reproduce this issue. Can you just update iOS version?

from embed-sdk-js.

vintikzzz avatar vintikzzz commented on August 16, 2024

Please provide final script without variables

from embed-sdk-js.

AdiGaikwad avatar AdiGaikwad commented on August 16, 2024

window.webtor = window.webtor || [];
window.webtor.push({
id: 'player',
magnet: magnet:?xt=urn:btih:227F05638D05C6798B4D86E34429FB7D34474576&dn=godzilla-vs-kong-2021,
on: function(e) {
if (e.name == window.webtor.TORRENT_FETCHED) {
console.log('Torrent fetched!', e.data);
}
if (e.name == window.webtor.TORRENT_ERROR) {
console.log('Torrent error!');
}
},
poster: imagePath,
subtitles: [

    ],
    lang: 'en',
    i18n: {
        en: {
            common: {
                "prepare to play": "Preparing Video Stream... Please Wait...",
            },
            stat: {
                "seeding": "Seeding",
                "waiting": "Client initialization",
                "waiting for peers": "Waiting for peers",
                "from": "from",
            },
        },
    },
});

from embed-sdk-js.

vintikzzz avatar vintikzzz commented on August 16, 2024

magnet:?xt=urn:btih:227F05638D05C6798B4D86E34429FB7D34474576&dn=godzilla-vs-kong-2021 should be in quotes like so

magnet: 'magnet:?xt=urn:btih:227F05638D05C6798B4D86E34429FB7D34474576&dn=godzilla-vs-kong-2021',

You can also check Basic usage

from embed-sdk-js.

AdiGaikwad avatar AdiGaikwad commented on August 16, 2024

Tried that still not working

from embed-sdk-js.

AdiGaikwad avatar AdiGaikwad commented on August 16, 2024

Even main webtor.io website does not work on iOs devices (with above torrent hash)

from embed-sdk-js.

vintikzzz avatar vintikzzz commented on August 16, 2024

Just checked it from Safari on iOS 14.4.2
image

from embed-sdk-js.

AdiGaikwad avatar AdiGaikwad commented on August 16, 2024

Ok I will check again using a VPN tomorrow

from embed-sdk-js.

AdiGaikwad avatar AdiGaikwad commented on August 16, 2024

20210416-074640

Tried on Ipad pro 9.7 inch software version 13.6.1

Does not work

from embed-sdk-js.

AdiGaikwad avatar AdiGaikwad commented on August 16, 2024

Ok I checked in iOs 14.3 and it worked smoothly
I think there is a problem with iOs 13

from embed-sdk-js.

AdiGaikwad avatar AdiGaikwad commented on August 16, 2024

Yep that's what I am doing thank you for your help 🙂

from embed-sdk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.