Carter Bryden
Carter Bryden
Thank you, yes it does. One more question: If I put in say a picture thats 3000px wide and the croppa preview is 500px wide, can it output a genuine...
Right now it's relying on `app_css =~ "tailwind"` (so checking if your app.css has the string tailwind anywhere in it), which id definitely brittle. It only runs on install, but...
I'm having what I believe is the same issue, in that if the application isn't shut down properly I get this error on attempting to restart it. Removing the mnesia...
Elixir 1.5.1 Phoenix 1.3.0 Que 0.4.1 Dev environment ubuntu 14.04 The easiest way is to ctrl-c then ctrl-k after mix phx.server, but I also had the issue when a config...
@bamboolsu we're working on the native side of things so we aren't getting the camera in a webview using js. @superdump has it been committed anywhere we could take a...
Hi guys, we ended up switching to a webview and loading everything from the server, which gives us the same control as in-browser. I'd still be very interested in this...
We've ended up going with a hybrid approach on Android that uses a webview to load html, js, css from the server. Works much better than native so far. The...
We're also having an issue, but only during Android Firefox streams. Everything seems to be working ok, no errors, but either video or audio will not be received by Firefox....
Is this still an issue with the latest commits? Are we reverting to 8f7b847 or to the commit before it?