Common Header Control

I have recently converted from jQM Headers to Common Headers. In an attempt to build the app with Responsive Design, I am using % as much as possible for properties. It seems that Common Headers does not work well in this environment. The links relating to Responsive Design were very helpful.

Could you please explain how the Common Header is configured? It does not seem to behave like other controls…

The Common Header control is a simple HTML div. It doesn’t have any fancy styling or classes - it it what it is. You can use the class and style properties to modify its appearance.

It defaults to the full width of the screen and positions at the top. It’s framework independent - meaning it doesn’t care if you’re using Bootstrap or jQuery Mobile.

Thanks for the clarification…