Replies: 1 comment
-
|
The Decompose source code modification was successful. I was able to copy the source file , make our own, and use it in the project with other Decompose APIs. Next is to investigate how to do the mode changing properly. Things to consider are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We will be using Decompose
ChildPanelto implement the list detail article page.Things to be considered:
In wide screen, change mode to single if detail page is null
Need to modify Decompose source code, specifically copy
ChildPanelsFactory, and add a specialbackHandlerthat do our logic.When using the panel navigation, make sure to set the mode properly
Use fixed max width instead of ratios for list composable
Implement a new
ChildPanelsLayout. Similar toHorizontalChildPanelsLayoutbut can set max width for list composable and extra composableBeta Was this translation helpful? Give feedback.
All reactions