-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RadzenSplitterPane is not working with iOS devices #1495
Comments
The problem can be solved with the following lines of code: RadzenSplitterPane.razor line 21: RadzenSplitterPane.razor.cs line 263: RadzenSplitter.razor.cs line 97: Radzen.Blazor.js lines 2114 to 2117: Radzen.Blazor.js lines 2170 to 2173: |
Hi @melfon, You can submit a pull request with the proposed changes. We will test and merge it if no other issues are found. |
OK, will do |
Describe the bug
Touch events interfere with the component, and it is not possible to move the splitter bar.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You would expect it to follow your finger movement.
Desktop (please complete the following information):
Additional context
The problem can be solved by using pointer event instead of mouse event.
The text was updated successfully, but these errors were encountered: