MAUI Behavior issues with custom Seekbar

水元 翼 0 Reputation points
2024-07-10T07:07:49.3333333+00:00

I created the seek bar by inflate the xml file with a handler class that customizes the Seekbar. Since there is a screen with a View and a Seekbar in the app, we were able to confirm that the custom Seekbar is reflected there. That's where the problem starts. When a non-custom Seekbar is moved on this screen, it binds to the video playback time and the Seekbar moves, but when the custom Seekbar is implemented, it is no longer linked to the video playback time, and the Seekbar moves toward the maximum playback time as soon as the video is played. This is after changing the platform to MAUI. What is the solution?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,625 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
{count} votes