Matthew Richardson

Results 44 comments of Matthew Richardson

Thanks @rolfbjarne. I've generated an updated binlog which I have emailed to you (along with additional notes).

Thanks for your assistance with this @rolfbjarne. Look forward to the official fix in #23076.

Thanks for taking the time to look into this, @lucasfernog.

Thanks @FabianLars. It’s true that while this works, this approach is not ideal. Ideally `appDataDir` should resolve the application root path i.e. On iOS: /var/mobile/Containers/Data/Application/[UUID]. This path is _guaranteed_ to...

Thanks @FabianLars @jthomerson. Rather than taking a custom approach, the best path forward may simply be for Tauri to emulate how other cross-platform frameworks _already_ handle filesystem access e.g. [React...

@lucasfernog See below table for standard file paths on iOS and Android. **iOS** _Tested with iPhone 16 simulator (iOS 18.4)._ | Type | Source | Output | | --- |...

@FabianLars @lucasfernog I'd like to move forward on a PR for this issue. Can I please have your feedback on the proposed mappings above? Desktop behavior would be unchanged; changes...

@lucasfernog @FabianLars See revised suggested mappings for directory types to Tauri [Path API](https://v2.tauri.app/reference/javascript/api/namespacepath/): **Mappings (V2)** | Type | Tauri Path API | Comments | | --- | --- | ---...

I understand @lucasfernog. To avoid breaking changes what if we make this change entirely _additive_? Ideally we'd also align `appConfigDirectory()` and `appCacheDir()` but this could be done in a separate...