Sidemenu and tab issue in iOS - cn1 - codenameone

I have 4 tab in a tabs component and a side menu. If I scroll horizontal the 1st tab from the left side, the side menu tends to appear but it doesn't. However the 1st tab moves horizontally from left to right and white blank screen is seen.
Have a look at the video here.

Using tabs with a side menu is not a good idea. You could try adding a fifth tab and placing commands there instead of a side menu.
It will look the same and it should work better than a side menu.
hope this helps and good luck with your development :)

Related

How doI indicate that there are additional or hidden tabs in codenameone

I have a TabLayout with many Tabs. One can scroll left or right. How can I get an indicator showing that there are more tabs so users can notice and scroll? Cannot find anything in the documentation.

Tab performance in cn1

The tab in cn1 works pretty good. But it could be better. I've 2 tabs. When I am in left tab, its content should not move when swiped from left. If it is swiped right, the right tab appears which is fine. Again if I swipe from right in the right tab, its content should not move since there's no other tab in its right.
One more thing, the movements of tabs are not smooth enough. It stops a bit before new tab appears completely.
Have a look at the video here
Tabs display iOS style tensile behavior by default. They let you swipe to an area where you have "nothing" so you can see it's empty. If they just blocked that motion you wouldn't know there is nothing there in the hidden tabs mode.

how can two sidemenus be used in codenameone?

I want to add sidemenus at both left and right side.How can it be done in codenameone ?
getToolbar().addCommandToSideMenu(new Command(" Menu 1 "));
I can left sidemenu by using above code and i want to add that on right also.
The Toolbar class no longer supports the right side menu. This functionality has always been problematic and was deprecated a while back. We might re-introduce it with the new "on top" side menu rewrite but right now that functionality is too new.

How to show left right icon whenever there is scroll

I am using angular-material in my project.
I have requirement in which I have to show left and right arrow automatically that will indicate there is scroll horizantally.
as you can see in the picture.
You can use for it one of the angular carousel modules. Like this.
Or one of the list

How to implement a left to right navigation menu?

"Left to right navigation menu"?
It's hard to describe what I mean. I'm new to Ionic but I need a special navigation bar below my action bar. I want to click on an item in my action bar and a navigation menu should be opened. The navigation menu should have many levels. But if I choose one item in the list, I want to see the last list and the new one. And I can slide through the menu (left & right).
Hope you know what I mean. How can I implement this? Is there any name for it?
UPDATE:
It's a bit similar to this:
http://bradfrost.com/blog/web/complex-navigation-patterns-for-responsive-design/#ol-left-to-right
With the difference that the old menu should not disappear, but stay on the left side of the menu.

Resources