Olivia Jack
Olivia Jack
To follow up with this, it seems the evenListener on the zoomerElement is not being destroyed when destroy() is called. I handled this by replacing the zoom slider element after...
Oh oops, I realized that I had modified my local version of Croppie in order to create a custom zoomer element, so this code is irrelevant.....sorry!
I am initializing the audio on a touchStarted event in Chrome on Android and still getting the error ``` The AudioContext was not allowed to start. It must be resume...
@shadoof is there a way to access the variable containing the audio context without changing the library? I am not very familiar with P5 sound.... I would like to try...
ok, this works for me in case it is helpful for anyone else: ``` var mic var vol = 0 function setup() { createCanvas(windowWidth, windowHeight); // Create an Audio input...
have done scroll, but still missing the blink
Tagging @colinbdclark in case you have insights :)
Hi, it is looking for ssl certificates in order to run locally. You can generate via something like: http://www.devsec.org/info/ssl-cert.html
For the moment using 'plan-b' SDP semantics allows connection. https://github.com/ojack/LiveLab/commit/a62611c6035f02996544e357da14e3d2207102dc
Hi @shawnbro , have you tried using https://localhost:443 ?