Checklist
Describe the problem you'd like to have solved
if my maui windows app is unpackaged the sdk will throw an exception that it need Package.appxmanifest i guess because it need it for the callback to deliver the login result for the app
Describe the ideal solution
if the windows app was unpackaged the sdk should open its own webview window like wpf and windows forms
Alternatives and current workarounds
i guess if the sdk didn't crash because the app is unpackaged, devs can implement ibrowser on their own and pass it to the sdk to use instead of opening the default browser
Additional context
No response
Checklist
Describe the problem you'd like to have solved
if my maui windows app is unpackaged the sdk will throw an exception that it need Package.appxmanifest i guess because it need it for the callback to deliver the login result for the app
Describe the ideal solution
if the windows app was unpackaged the sdk should open its own webview window like wpf and windows forms
Alternatives and current workarounds
i guess if the sdk didn't crash because the app is unpackaged, devs can implement ibrowser on their own and pass it to the sdk to use instead of opening the default browser
Additional context
No response