Skip to content
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

[store][v2]Issues with using the Store plugin on the Android platform. #1289

Closed
illuxiza opened this issue May 7, 2024 · 4 comments
Closed
Labels
bug Something isn't working platform: android Android specific issues plugin: store status: upstream This issue needs to be fixed in an upstream project

Comments

@illuxiza
Copy link

illuxiza commented May 7, 2024

As shown in the screenshot, there is an issue with permissions when the page is first initialized, even though the permissions have been set. This issue only occurs on the Android platform, as there are no problems on desktop and iOS. Once the user successfully enters the page, the permission error no longer appears. However, it seems that the data is not actually being saved.

WechatIMG1479

@FabianLars FabianLars added bug Something isn't working platform: android Android specific issues plugin: store labels May 7, 2024
@FabianLars
Copy link
Member

Thanks for the report, this is an upstream issue tracked here: tauri-apps/tauri#9502

@FabianLars FabianLars closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2024
@FabianLars FabianLars added the status: upstream This issue needs to be fixed in an upstream project label May 7, 2024
@illuxiza
Copy link
Author

@FabianLars The plugin no longer throws errors on Android, but it still cannot save data.

@illuxiza
Copy link
Author

It's my issue; on Android, I have to manually call save to actually save the data.

@codewithmanishkumar
Copy link

I am also facing the same issue, the 'load' store function does not work on Android but it works fine in macOS and iOS. @illuxiza can you share your implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform: android Android specific issues plugin: store status: upstream This issue needs to be fixed in an upstream project
Projects
None yet
Development

No branches or pull requests

3 participants