NAXAM / toptabbedpage-xamarin-forms

TopTabbedPage - A Xamarin.Forms page for showing tabs at top on iOS
Apache License 2.0
81 stars 24 forks source link

Not working on real device #16

Closed sylendrajr closed 5 years ago

sylendrajr commented 6 years ago

This is not working in Real device but it is working in the emulators... I tested this in iphone 6

tuyen-vuduc commented 6 years ago

Hi,

What error did you read in the output windows?

Have you run the sample code?

cheers.

sylendrajr commented 6 years ago

Hi I’m not getting any errors simply tabs are showing on bottom...

Get Outlook for iOShttps://aka.ms/o0ukef


From: Vũ Đức Tuyến notifications@github.com Sent: Monday, July 23, 2018 1:42 PM To: NAXAM/toptabbedpage-xamarin-forms Cc: Sylendra Babu J.R; Author Subject: Re: [NAXAM/toptabbedpage-xamarin-forms] Not working on real device (#16)

Hi,

What error did you read in the output windows?

Have you run the sample code?

cheers.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/NAXAM/toptabbedpage-xamarin-forms/issues/16#issuecomment-406976203, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AnExZkMfJCEXZmbnCtYayaDEyn8v8W-nks5uJYVegaJpZM4VaCT5.

tuyen-vuduc commented 6 years ago

Have you followed the guideline and sample code? Have you initiated the renderer in your AppDelegate? That's very basic, must-know practice when working with custom Xamarin.Forms renderer.

sylendrajr commented 6 years ago

Yeah of course I initiated in the appdelegate class file.

It is working fine in the simulators but not working in the real device...

Get Outlook for iOShttps://aka.ms/o0ukef


From: Vũ Đức Tuyến notifications@github.com Sent: Monday, July 23, 2018 1:55 PM To: NAXAM/toptabbedpage-xamarin-forms Cc: Sylendra Babu J.R; Author Subject: Re: [NAXAM/toptabbedpage-xamarin-forms] Not working on real device (#16)

Have you followed the guideline and sample code? Have you initiated the renderer in your AppDelegate? That's very basic, must-know practice when working with custom Xamarin.Forms renderer.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/NAXAM/toptabbedpage-xamarin-forms/issues/16#issuecomment-406979506, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AnExZqPLckWFLtzErg89A3N2zy4YwJrBks5uJYhegaJpZM4VaCT5.

tuyen-vuduc commented 6 years ago

@sylendrajr

I am running the sample code on my device without any issues.

You might look at device logs for crash reports.

Plz check again very carefully.

Cheers.