How to get the Fixed footer hide or show?
I am changing Fixed footer(fixedtoolbar
) hide or show according to different events.
I want to know, whether I get the Fixed footer status(show/hide) from code.
For example, Fixed footer SHOW will give status as true and HIDE will give status as false.
$("[data-role='footer']").fixedtoolbar('show');
Is there any code like above to get the status of fixedtoolbar?
Is it possible to get the status of the Fixed footer?