Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Remove overscroll behaviour #75

Open
dubisdev opened this issue Oct 26, 2024 · 7 comments
Open

Remove overscroll behaviour #75

dubisdev opened this issue Oct 26, 2024 · 7 comments
Assignees

Comments

@dubisdev
Copy link

Describe the bug
See screenshot

To Reproduce
Steps to reproduce the behavior:

  1. Open the app
  2. Try to scroll over the app limits

Expected behavior
Do nothing

Screenshots

Grabacion.de.pantalla.2024-10-26.123441.mp4

Desktop (please complete the following information):

  • OS: Win 11
  • Browser: NA
  • Version: NA

Additional context

I think this is related to how each native webview executes css (maybe this only applies to Windows?)

I managed to get ride of this in other tauri apps by using

* {
  overscroll-behavior: none;
}
@HuakunShen
Copy link
Member

I think this is related to how each native webview executes css (maybe this only applies to Windows?)

Right, I mainly develop this app on mac and have never seen this issue.
I will try to fix this with your solution on windows.

@HuakunShen HuakunShen added this to the v0.2 First Stable Release milestone Oct 26, 2024
@HuakunShen HuakunShen self-assigned this Oct 26, 2024
@HuakunShen
Copy link
Member

I tried to overscroll on windows but failed. How did you do this? Are you using a trackpad? I only have mouse.

@HuakunShen
Copy link
Member

Which version are you using? You can find it in settings -> about.
Can you try this latest version https://github.com/kunkunsh/kunkun/releases/tag/Kunkun-v0.1.9-beta.4
Although I don't think there is a difference.

@dubisdev
Copy link
Author

I tried to overscroll on windows but failed. How did you do this? Are you using a trackpad? I only have mouse.

Yes, I'm using the trackpad from my laptop.

I'm using 0.1.9-beta.2 (i didnt found a more recent executable)

@HuakunShen
Copy link
Member

HuakunShen commented Oct 26, 2024

0.1.9-beta.4 was removed just now due to a serious bug.
I don't have a windows laptop, maybe you can try to run it on your laptop?

@dubisdev
Copy link
Author

Hi @HuakunShen

Just tested this in the new beta version (0.1.9-beta.6). Problem persists

@HuakunShen
Copy link
Member

I didn’t try to fix this issue currently as I don’t have a windows with trackpad.
I will install windows on a linux laptop then fix this issue.
Currently blocked with a more serious issue #79 which fails the entire extension loading system on windows.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants