You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS/Android/macOS, shouldOverrideUrlLoading callback can be called.
On Windows, shouldOverrideUrlLoading callback can not be called. Get the error in onReceivedError callback, the error content is: error: {description: Indicates that the connection was stopped., type: 9}
Expected Behavior
On Windows, when load custom scheme url by set window.location, shouldOverrideUrlLoading callback can be called as other platforms.
Steps with code example to reproduce
Steps with code example to reproduce
1. Run the code bellow
2. Click the floating action button
3. Look at the log.
Is there an existing issue for this?
Current Behavior
Load custom scheme url by set
windon.location
.On iOS/Android/macOS,
shouldOverrideUrlLoading
callback can be called.On Windows,
shouldOverrideUrlLoading
callback can not be called. Get the error inonReceivedError
callback, the error content is:error: {description: Indicates that the connection was stopped., type: 9}
Expected Behavior
On Windows, when load custom scheme url by set
window.location
,shouldOverrideUrlLoading
callback can be called as other platforms.Steps with code example to reproduce
Steps with code example to reproduce
1. Run the code bellow 2. Click the floating action button 3. Look at the log.Stacktrace/Logs
Stacktrace/Logs
Flutter version
v3.24.5
Operating System, Device-specific and/or Tool
Windows 10
Plugin version
v6.2.0-beta2
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: