Xamarin Essentials Browser - Hide buttons in bottom toolbar

SANJAI P T 21 Reputation points
2021-09-07T07:57:41.837+00:00

Is there a possible way to hide buttons in bottom toolbar of Xamarin.Essentials browser ?

129852-screenshot-2021-09-07-at-12136-pm.png

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,272 questions
0 comments No comments
{count} votes

Accepted answer
  1. James Montemagno 351 Reputation points Microsoft Employee
    2021-09-07T22:41:17.273+00:00

    The API does not expose this nor do I think it is possible.

    According to the app store review guidelines - https://developer.apple.com/app-store/review/guidelines/

    (vii) SafariViewController must be used to visibly present information to users; the controller may not be hidden or obscured by other views or layers. Additionally, an app may not use SafariViewController to track users without their knowledge and consent.

    You can optionally pass in the "External" flag and it will just launch the default browser instead of using the SafariViewController.

    0 comments No comments

0 additional answers

Sort by: Most helpful