Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you manage to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Can anyone explain a way of setting the toolbar colour and the text, I dont really want consumer the see the black bar and app name text.
private async void TakePhoto(object sender, EventArgs e)
{
FileResult photo = await MediaPicker.Default.PickPhotoAsync(new MediaPickerOptions
{
Title = "Select your photo"
});
// Here, add the code that is being explained in the next step.
}
Beta Was this translation helpful? Give feedback.
All reactions