There are 3 levels of customizing SharePoint with increasing customization and maintenance needs, ranging from modifying master pages to fully responsive design using Bootstrap. Developing responsively for SharePoint requires considering staffing and budgets, and any Bootstrap implementation would need to disable SharePoint's default mobile view and hide/show components for different devices. Limitations include a lack of support for older browsers like IE6 and below.
1 of 27
Download to read offline
More Related Content
Responsive design for SharePoint
8. There are 3 levels of customization with SharePoint.
Customizing a SharePoint master page with Bootstrap –
High effort high maintainability but with maximum customization
Keep in mind your development budget and staffing
when considering responsive design for SharePoint.
9. Note: Any Bootstrap
implementation will need to
hide/show components that aren’t
useable in a mobile view. Also,
out of the box, SharePoint includes
it’s own mobile view, this will need
to be disabled to view the main
SharePoint site using Bootstrap on
a mobile device.
11. img {
max-width: 100%;
}
Limitations
IE 6 and below isn’t supported
Broader issues with Windows
IE 7 and lower
Firefox 2 and lower
Windows 7 and Higher Fixed ?