Giter Club home page Giter Club logo

Comments (6)

Karan290199 avatar Karan290199 commented on May 22, 2024 3

Also while I was browsing I did find that Google Chrome supports only 16 canvas elements at a time so if we try to render more than 16 I guess that would be the reason we would not be able to load those canvases

from project_3d_developer_portfolio.

rishbitsnbytes avatar rishbitsnbytes commented on May 22, 2024 1

Woah is it? That's some good information. Thanks again!

from project_3d_developer_portfolio.

Karan290199 avatar Karan290199 commented on May 22, 2024

Hi @rishbitsnbytes, I was facing the same and when I went over the internet I found that the memory consumed in the mobile is quite low and the textures we are using is quite high so the best way is reduce the canvas textures that we were using like we had a Ball Canvas right. Just by replacing it with normal divs, I was able to render the monitor and globe on the android devices

from project_3d_developer_portfolio.

rishbitsnbytes avatar rishbitsnbytes commented on May 22, 2024

Hi @Karan290199 , thanks for responding. I had also found the same solution. And did that, replaces balls with something else. And it's working now.

from project_3d_developer_portfolio.

DarpanIO avatar DarpanIO commented on May 22, 2024

Hi , how can we reduce the resolution of the canvas to make it work , scrolling can work by simply setting touch-controls:pan-y

from project_3d_developer_portfolio.

hady-dev avatar hady-dev commented on May 22, 2024

Hi , how can we reduce the resolution of the canvas to make it work , scrolling can work by simply setting touch-controls:pan-y

It is not a resolution issue, chrome browser on phone only supports a certain number of canvases on each web page, I had to get rid of most pf the instances for me to be able to get the desktop and background.

unfortunately reducing the resolution will not help because the browser is just counting the number of canvases and when the number of canvases exceeds the limit it starts removing the first added canvases (top of the page).

from project_3d_developer_portfolio.

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.