toptabbedpage-xamarin-forms icon indicating copy to clipboard operation
toptabbedpage-xamarin-forms copied to clipboard

TopTabbedPage - A Xamarin.Forms page for showing tabs at top on iOS

Results 17 toptabbedpage-xamarin-forms issues
Sort by recently updated
recently updated
newest added

Open issue: [[Bug] [iOS] Freezing/App Crash during Navigation - new in iOS 15](https://github.com/xamarin/Xamarin.Forms/issues/14783) Workaround: - Download the package and add it to your solution - Modify the `TopTabbedRenderer` with the...

On android, it works fine. But in iOS, I don't see the pages and the tabbar. ![image](https://user-images.githubusercontent.com/26678572/130665689-6b495a14-f771-48d8-b78b-db2761eb5090.png) I added this line to the app delegate file: TopTabbedRenderer.Init(); The code of...

I am on your latest pre-release (0.0.3.13) and the latest stable release of Xamarin.Forms package (4.4.0.991477). When using TopTabbedPage on iOS 13, I am seeing a couple of rendering issues....

Hi, I have an issue similar to #26 . I am using your control to display two ContentPages and I added two ToolbarItems to it. On iOS, when I am...

The tab still on bottom.

Hello, I have seen that there is no support for SafeArea, required by iPhone X, Xs, and so on. To achieve this, I have set the top SafeAreaInsets like this:...

forms:BarBackgroundColor="White" or forms:BarBackgroundColor="Transparent" always showing Gray Color, how to set as White or Transparent

Hi, I saw other issues reporting graphic errors, don't know if theirs are the same as mine, so here's a screenshot of the issue (iOS, Android works fine). ![Anotación 2019-10-15...

Is there any way to add images on top of viewcontrollers title ?! :c