Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone know if it is possible to have the native TopBar element from the forge API animate in/out with the rest of the page when creating transitions? I want to have various screens slide in and out but the TopBar remains fixed even when animating the html or body tag.

share|improve this question

1 Answer

up vote 4 down vote accepted

At this point Trigger's official API docs only provide the option to plainly add and remove buttons.

Given the fact that the native topbar is outside of the webview you are working in, there is no way to change its behavior besides using their API. A possible workaround would be to build the topbar on your own within the webview using HTML and CSS (which can lead to other issues like fixed headers).

share|improve this answer
Thank's Patrick – Nicholas Ryall Sep 21 '12 at 2:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.