-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Closed
Copy link
Labels
area-controls-hybridwebviewHybridWebView controlHybridWebView controls/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working
Milestone
Description
See PR comment: #22880 (comment)
@mattleibow said:
Can this rather use
FileSystemPlatformOpenAppPackageFileinstead of duplicating code?
@Eilon said:
The MAUI FileSystem APIs are unfortunately async-only (normally a good thing), but the Android API being implemented here is sync-only. For that reason I did the call directly because ultimately the low-level file system API on Android is sync anyway (just regular file system call). I have been unable to find a pattern to do async interception of Android WebView requests.
@mattleibow said:
Can we create an issue to track this, we already have
FileSystemUtils.NormalizePathso we probably should create a helper for this and use it everywhere vs copying in all places.
Metadata
Metadata
Assignees
Labels
area-controls-hybridwebviewHybridWebView controlHybridWebView controls/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done