fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Add trigger action for setting device orientation #1354

Closed ichan-mb closed 4 years ago

ichan-mb commented 4 years ago

Add SetWindowOrientation trigger action. With this trigger action, we can now specify different screen orientation of a Page in Navigation.

Example:

<Page>
     <Activated>
         <SetWindowOrientation To="LandscapeLeft" />
     </Activated>
<Page>

This PR contains:

AndrewEQ commented 3 years ago

Hi guys, I found an issue: https://github.com/fuse-open/fuselibs/issues/1374