Amey Bhavsar

Results 10 comments of Amey Bhavsar

Hi @wobsoriano. I think this isn't actually an issue. Once you put it to mobile view, if you reload the page, it gets back to the correct size. Try reloading...

Yes. Although, you should check if the issue persists when mobile devices change orientation.

>Yes. Although, you should check if the issue persists when mobile devices change orientation. @wobsoriano Just checked this and charts take up the whole width on mobile landscape orientation. Probably...

Hey @WhiteSte, can you describe the exact problem you are facing?

Seems like CSS can't fix the canvas issue, because, if canvas width is changed, the sketch still remains at the original position, i.e. the objects drawn in the sketch. A...

The only working solution that I can see right now: 1. In function `setup()`, add ``` let maxWidth = 390*2; let scale = 1; if (window.innerWidth < maxWidth) { scale...

I think dimensions could be pre-multiplied by `scale` in [src/assets/js/examples.js](https://github.com/processing/p5.js-website/blob/master/src/assets/js/examples.js). Any ideas to do it in a concise way?

Hello, here's some progress on the responsiveness issue. Right now, the canvas `#defaultCanvas0` drawn in examples has a custom style attribute, for e.g.: `style="width: 640px; height: 360px;"`. The parameters for...

Hi, I'd like to implement this. Please assign it to me.

Hi @wingkwong , I'd like to contribute this component.