Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed toolbar/tabbar (request) #17

Open
wimpie3 opened this issue Apr 25, 2012 · 2 comments
Open

Fixed toolbar/tabbar (request) #17

wimpie3 opened this issue Apr 25, 2012 · 2 comments

Comments

@wimpie3
Copy link

wimpie3 commented Apr 25, 2012

A toolbar / tabbar that stays fixed on the bottom of the screen would be a nice addition!

@sebafra
Copy link

sebafra commented Dec 13, 2013

Yes. It would be great. I´m working on it

@sebafra
Copy link

sebafra commented Jun 10, 2014

In viewnavigator.js line 29:

this.rootElement = $('<div class="viewNavigator_root"></div>');
this.footer = $('<div class="FOOTER"></div>');
this.header = $('<div class="viewNavigator_header"></div>');
this.content = $('<div class="viewNavigator_content" id="contentRoot"></div>');
this.rootElement.append( this.header );
this.rootElement.append( this.content );
this.rootElement.append( this.footer );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants