This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Todo Sample App #449
-
I have the todo sample running on Android, using the Maui App. The Chrome browser is launched outside of the application to authenticate with Active Directory. Should the app launch an internal browser? parentWindow = Platform.CurrentActivity; |
Beta Was this translation helpful? Give feedback.
Answered by
adrianhall
Aug 17, 2022
Replies: 1 comment 2 replies
-
There is no internal browser on Android - it's all Chrome. We use "custom tabs" functionality, which starts Chrome with a responder. So what you are seeing is completely normal. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
adrianhall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no internal browser on Android - it's all Chrome. We use "custom tabs" functionality, which starts Chrome with a responder. So what you are seeing is completely normal.