Results 72 comments of Davide Steduto

Another simpler suggestion is to create local variable or private function that returns the tag and the line number, also because every log line is different of the previous, let's...

``` java @Override public boolean onInterceptTouchEvent(MotionEvent event) { return mDragHelper.shouldInterceptTouchEvent(event); } ```

I'm using the resizeImage function with Angular7 to resize a photo taken with a Smartphone. I noticed that if we fix the width value but the orientation of the pictures...

I see the effect is actually very similar in Edge too, I suspect the cause is the same described in #495 with `position: fixed`. The reason is unknown to me.

I created a quick sample project here: https://ionic-angular-action-sheet-g1wwzx.stackblitz.io But it should be used in **mobile view** with any browser not desktop view! In desktop view, scrolling works, it is usable...

> Could you try replacing the `div.modal-content` with `ion-content` and let me know if that looks how you would expect? Yes thanks @amandaesmith3 ! now at least is scrollable, well...

@AndroidDeveloperLB, I've reproduced this behavior, I think it's because the real linked position is lower so, scrolling the RV it adjust the handle at the correct (for him) Y height....

Quick solution to fix the styles of this deprecated library. Put this styles in your main app.component.theme.scss ``` scss @mixin...... $hover: map-get($background, hover); .mat-custom-prev-next { align-items: center; } .mat-calendar-previous-button, .mat-calendar-next-button...

This library (https://github.com/bowyer-app/fab-toolbar) doesn't seem to have that bug, and it is on Lollipop as well. Maybe a refresh of the library removing also NineOld could be a good idea.