I'm looking to use code to add in the mobile breakpoint into my URLs instead of doing it through my web server. Is this an option?
Solved! Go to Solution.
Joe,
In your code just use this:
window.jimuConfig.breakPoints[0] = 410;
Joe,
In your code just use this:
window.jimuConfig.breakPoints[0] = 410;
Just to confirm that would provide the same results as the following:
Correct
And the popup window can you modify your view from the mobile device?
thanks
I have implemented the above solution but the layout only changes after the the window resizes. Is there anyway to update the layout immediately after changing the breakpoints?
James,
Get a reference to the ConfigManager.js and call the _onWindowResize method.