You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
Trying to use the panel widget without pages fails since panel depends on a parent [data-role='page'] to be present, and expects it to have a mobilePage data object with an options object attached. All the access for that just assume those exist, instead of checking if the page element is actually there.
For now I'm working around this by adding a <div data-role="page"> and making it a fake widget:
To add insult to injury, panel ends up adding a class of ui-body-c to that page element. I have no idea why it does that, but I don't want that to happen.
The text was updated successfully, but these errors were encountered:
Trying to use the panel widget without pages fails since panel depends on a parent [data-role='page'] to be present, and expects it to have a
mobilePage
data object with anoptions
object attached. All the access for that just assume those exist, instead of checking if the page element is actually there.For now I'm working around this by adding a
<div data-role="page">
and making it a fake widget:To add insult to injury, panel ends up adding a class of ui-body-c to that page element. I have no idea why it does that, but I don't want that to happen.
The text was updated successfully, but these errors were encountered: