cristallium opened a new issue #1187:
URL: https://github.com/apache/royale-asjs/issues/1187
Hi,
I make a small app using TDJ structure like this :
```
</j:Application>
<j:initialView>
<j:ResponsiveView>
<j:ApplicationMainContent>
<j:ScrollableSectionContent localId="page1"/>
<j:ScrollableSectionContent localId="page2"/>
<j:ScrollableSectionContent localId="page2"/>
</j:ApplicationMainContent>
</j:ResponsiveView>
</j:initialView>
</j:Application>
```
I would like to have an "home" button always visible in the top left corner
(or bottom left corner) like topbar or bottom bar.
Was is the best practice to do it ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]