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
Currently the way the domNodes are being appended in main.js and View.js do not allow the Layout controller to support dojox/mobile/FixedSplitter and ScreenSizeAware.
The text was updated successfully, but these errors were encountered:
Layout controller is not really replaceable, it is tight with code in View.js and main.js. It must be made totally independent and replaceable.
Ideally one must be able to use a ScreenSizeAware layout (extracted from dojox/mobile to make it available to multichannel) and thus use a single layout for all devices.
If not successful a more dojox/app-specific flexible default layout must be introduced which would allow to re-use a phone view as the left view of the tablet.
In any case in order to enable the kind of composite views a desktop app requires, more flexibility is required for child view regions - e.g. perhaps giving the parent the ability to specify "openings" or regions where children views would be put.
Currently the way the domNodes are being appended in main.js and View.js do not allow the Layout controller to support dojox/mobile/FixedSplitter and ScreenSizeAware.
The text was updated successfully, but these errors were encountered: