I'm having a problem dynamically adding a Material Design Lite (MSL) nav drawer. I've looked at a similar question, namely:
Rerendering MDL drawer menu makes drawer button disappear
and the related
http://mdlhut.com/2015/07/where-is-the-mdl-drawer-icon/
and I believe I am correctly upgrading the DOM having added it. I've put together what I think is the simplest possible example at:
https://acuth.github.io/b2wac/html/mdl2.html
If I uncomment the mdl-layout__drawer it all works correctly, although the nav drawer icon is not correctly aligned which makes me wonder if the problem is that I've missed some vital element in the original HTML.
As always any help would be gratefully received.