-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Error at the export to Anki screen #31
Comments
This is related to the VLC player not liking the fact that the screen height is changing and readjusting and re-rendering the widget which makes it play. This is a bug with the plugin I use. In most devices I use, this issue doesn't happen, while in your device, it still does. Supposed to be that dialog isn't supposed to be seen as the same layer as the video but apparently in your device, it is. I can't do much about this because this is a misbehavior in VLC/Flutter and a Flutter inconsistency, though perhaps I can move the export dialog to a separate stack where it won't collide with the player, but I am on hiatus and will address this once I've properly immersed. |
Seems this is extremely variable behavior and I just can't replicate it on what devices and emulators I have. I have tried fixing this in the latest release by making the video widget have a fixed height and width but I think it could still be unsolved so you may need to test it. If it still doesn't work, I don't really know if there's anything I can do. I believe this is an issue with Flutter or even the Android OS. I recommend doing your editing post-immersion in Anki once you do a round of the cards you've made but otherwise I have no solution other than advising not to use my app's export screen to edit those fields and do them within AnkiDroid. I presume this issue would also happen when you try to edit the subtitle timing and appearance parameters as a similar dialog box appears. Unfortunately, there's not much I can do other than to advise the user to differ to a device where this issue doesn't happen which I understand is unreasonable. Apologies I can't do more. |
I'll definitely test it.
I'll do that, thanks. Now go immerse yourself.
You might have touched the issue directly when you maintained "edit the subtitle timing", because I did that. |
The bug doesn't exist anymore. |
Huh, didn't think that would work lol. |
I don't know how to describe it, I hope these two videos help:
https://streamable.com/rohbew
https://streamable.com/qah0ts
As you can see, the video gets unpaused and paused when I edit something.
The text was updated successfully, but these errors were encountered: