Emmett Scully

Results 10 comments of Emmett Scully

Any update on this? Definitely would love to see it!

In the meantime I built this out with Plotly library instead. https://plotly.com/javascript/bar-charts/#customizing-individual-bar-widths

TLDR; what the heck is happening here?? Styled the body's background to red, the app background to green. https://user-images.githubusercontent.com/11113163/106223846-6ceb8200-619f-11eb-9002-b14721ffd262.mov

I ended up just binding different margin-bottom for any necessary spots throughout the app if the device is an iPhone X of any kind.

![Screen Shot 2021-06-02 at 4 51 21 PM](https://user-images.githubusercontent.com/11113163/120561994-c9b3af00-c3c2-11eb-8bf7-eb9594f3de49.png)

![Screen Shot 2021-06-02 at 4 52 02 PM](https://user-images.githubusercontent.com/11113163/120562037-dcc67f00-c3c2-11eb-8991-4167bf5b895b.png)

Sounds good thanks @tphinney !!

I've forked the example and made some progress but still struggling and not quite right. I added a "columnWidths" attribute to the "plotOptions.bar" in Settings. This framing the shape of...

I am seeing the same error, would love a fix as urgently as possible. the s3 access is being denied for brain-power-fidgetology-demo-bootstrap/11cf97b799cc8689b2f0bc0f6e68069b

This is actually possible with current cordova-plugin-camera Just have to change the following function in CDVCamera.m ``` + (instancetype) createFromPictureOptions:(CDVPictureOptions*)pictureOptions; { CDVCameraPicker* cameraPicker = [[CDVCameraPicker alloc] init]; cameraPicker.pictureOptions = pictureOptions;...