Is there a Nativescript TabViewItem tap event? - nativescript

I'm using Nativescript 4.1 with a TabView that has androidTabsPosition="bottom" to make it look the same on iOS and Android.
One of the TabViewItem has sub-pages that are accessible through buttons, so the navigation looks like:
TabViewItem 1 shows view 1
TabViewItem 2 shows Button 1 and Button 2
Click on Button 1 shows view 2.1
Click on Button 2 shows view 2.2
With iOS, when the view is in view 2.1, and I click the TabViewItem 2, it puts me back in the overview with the two buttons, which is very nice.
However, under Android nothing happens when I click the TabViewItem 2, it stays in view 2.1.
Is there a way to get the iOS behaviour under Android?

Related

How to connect a button and collectionview in tvos application?

I am trying to connect a Button and Collectionview in my tvos application (Xamarin - Visual Studio Mac). I need to show the collectionview when tap the button.
I am following this blog for the implementation of collectionview in my project. The 6th step on this blog tells how to connect the Button and collectionview , Control-drag from the Button to the Collection View Controller and select Push from the popup:
Screenshot
I tried a lot by dragging the Button to Collectionview, but there is no popup and they are not getting connected. I am a beginner on tv os application development. So anybody please explain this mechanism? If provide a gif file, it will be easy. :)
Focus on the button and click the Control on the keyboard at same time .
Move the mouse from the button to the CollectionViewControl .
Now the popup will display.

Add fixed bottom menu on Xamarin Forms with Prism MasterDetail

I'm using Xamarin Forms with Prism and I need to create a layout with a sidebar menu and a fixed bar at the bottom of the screen with quick actions like instagram app for iOS and Android.
I was thinking in use MasterDetail but how can I add that fixed bar at bottom of the Detail controller and keep it when detail page changes?
And the second thing is that I have a specific page that has form sections separated by tabs, so how can I render tabs at the top of the page for iOS (like Android)?
Something like this:

Xamarin (iOS and Android) side menu panel

Im new in Xamarin, for the last couple of days i've been doing some searching on Side menu panel that supports both Xamarin.iOS and Xamarin.Android and can include an image at the top of it like the screenshot shown below.
Side menu screenshot
Any components in mind? if there is no component how can i do it by myself?
Android has the Navigation Draw for side slide out menus.
For iOS there are quite a few components such as Flyout Navigation, ActionTray and Sidebar Navigation

Xamarin Forms: GetBackButton

I have Xamarin App, in the app I have a page which I hide the navigation bar for design purposes. But I still want to show back button. What I could do is that I could make a back icon and put it on the layout and call Navigation.PopAsync() on image tab. However is there a way to get the designated back button from the app?

xcode ios 5 Master-Detail Application with Storyboard

I have one question about Master-Detail Application.
It's possible to add in storyboard a second and third DetailView?
I will that when i click in the tableview on the first button he show me detailview1 and when i click on the second button he show me the second DetailView and...
Is this possible?
Here is a good tutorial: Beginning Storyboards in iOS 5 Part 1 which you can use to understand Master-Detail View apps as it goes through from Single View to UITableViewController implementation.

Resources