techery / progresshint

ProgressBar/SeekBar delegate to show floating progress with style
Apache License 2.0
374 stars 59 forks source link

Vertical seekbar scroller not working on popup tap.. #18

Closed aakashy85 closed 6 years ago

aakashy85 commented 6 years ago

Scroller not working on popup touch...

when we touch on popup, we not be able to scroll vertical seekbar

almozavr commented 6 years ago

Could you share the screencast?

ср, 28 бер. 2018, 15:18 користувач aakashy85 notifications@github.com пише:

Scroller not working on popup touch...

when we touch on popup, we not be able to scroll vertical seekbar

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/techery/progresshint/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AAvnebN8ha2pKWPJas72Y7a5m_O_zin4ks5ti3-ZgaJpZM4S-iel .

--

aakashy85 commented 6 years ago

screenshot from 2018-03-28 18 23 04

aakashy85 commented 6 years ago

<com.h6ah4i.android.widget.verticalseekbar.VerticalSeekBarWrapper android:id="@+id/seekbar" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginBottom="@dimen/dimen_32" android:layout_marginLeft="@dimen/dimen_2" android:layout_gravity="right" android:layout_marginTop="@dimen/dimen_46" android:background="@drawable/nvs_rating_metter">

                    <io.techery.progresshint.addition.widget.VerticalSeekBar
                        android:id="@+id/seekbar_vertical"
                        android:layout_width="0dp"
                        android:layout_height="0dp"
                        android:layout_marginTop="@dimen/dimen_10"
                        android:max="20"
                        android:progressDrawable="@android:color/transparent"
                        android:splitTrack='false'
                        android:thumb="@drawable/seek"
                        android:thumbOffset="@dimen/dimen_3"
                        app:popupAlwaysShown="true"
                        app:popupLayout="@layout/custom_progress_hint_popup"
                        app:popupStyle="follow"
                        app:seekBarRotation="CW270"
                        app:tickMarkTint="@color/purple_color" />

                    <!-- Rotation: CW90 or CW270 -->
                </com.h6ah4i.android.widget.verticalseekbar.VerticalSeekBarWrapper>
almozavr commented 6 years ago

Okay, this is useful, but I meant video to understand scrolling miss-behavior

ср, 28 бер. 2018, 16:05 користувач aakashy85 notifications@github.com пише:

<com.h6ah4i.android.widget.verticalseekbar.VerticalSeekBarWrapper android:id="@+id/seekbar" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginBottom="" android:layout_marginLeft="" android:layout_gravity="right" android:layout_marginTop="" android:background="">

                <io.techery.progresshint.addition.widget.VerticalSeekBar
                    android:id="@+id/seekbar_vertical"
                    android:layout_width="0dp"
                    android:layout_height="0dp"
                    android:layout_marginTop="@

dimen/dimen_10" android:max="20" android:progressDrawable="@android:color/transparent" android:splitTrack='false' android:thumb="@drawable/seek" android:thumbOffset="@dimen/dimen_3" app:popupAlwaysShown="true" app:popupLayout="@layout/custom_progress_hint_popup" app:popupStyle="follow" app:seekBarRotation="CW270" app:tickMarkTint="@color/purple_color" />

                <!-- Rotation: CW90 or CW270 -->
            </com.h6ah4i.android.widget.verticalseekbar.VerticalSeekBarWrapper>

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/techery/progresshint/issues/18#issuecomment-376879320, or mute the thread https://github.com/notifications/unsubscribe-auth/AAvneZVrJmYdkER82E5dvV9BpVL5uWTMks5ti4qwgaJpZM4S-iel .

-- Android dev. at Techery.io

aakashy85 commented 6 years ago

I think its seekBarRotation issues when we Rotation 270 its not working but in 90 its working f9, but my requirement is progress popup value show bottom to top in increase order

aakashy85 commented 6 years ago

You can also check in your code.. when we rotated 270 its not working

aakashy85 commented 6 years ago

ezgif com-optimize Please check this is the issues.. I rotated seekbar to 270

aakashy85 commented 6 years ago

Any solution...?

almozavr commented 6 years ago

@aakashy85 grab 0.3.3 release with the fix