Rish Bhardwaj

Results 35 comments of Rish Bhardwaj

Even more so I'd like to move to the next page when the previous permission was granted. And this library just makes that so hard! Ah that would've been obvious...

Yeah video resolution/dimension. Basically width x height in pixels.

Facing the same!

Yup, I worked around this by setting the exact aspect ratio.

Yes. ``` youTubeView.getLayoutParams().height = youTubeView.getLayoutParams().width; youTubeView.requestLayout(); ``` in onReady of the initialize callback.

+1 struggling with exactly this same.

I don't think this is choice of video dependent if so many people are complaining about it!

Updating to gcc-11 and g++-11 worked for me on Ubuntu 18.04. Did that using `sudo apt install gcc-11` and `sudo apt install g++-11`.

Not doing this as of now; kinda tricky because I'm using both materialize and bootstrap sigh. Instead, I've changed the size of the navbar elements.

Email message should store : 1. To 2. CC Also check the zimbra api to see if there is anything else that needs to be saved.