appframework
appframework copied to clipboard
Title not visible when custom header has left button
Inspecting the element looks like the title is right under the header div and therefore invisible. Adding top:0px to h1 seems to fix it.
<header>
<a href="#main" class="button icon close">Cancel</a>
<h1>Title</h1>
</header>
Using the backButton seems to be an exception and works without the fix.
@asoyfer , I found the same problem as you, but when I use appframework.ui.min.js from https://github.com/krisrak/appframework-templates, I found that's ok now. maybe the newest version has this bug.
@asoyfer , in my last comment, the js file I suggested is an old version, and some bugs which would have be fixed in the newest version. So you issue still exists in the newest version.
@asoyfer - can you submit a pull request for the CSS fix for this?