Select from following answers:- Put browser detection logic in each action in the controller and select appropriate view.
- Add a new DisplayModeProvider for each of view types you want to support.

- Use the viewport <meta> tag.
- All Above
viewport does not do any direction to views, wherer DisplayModeProvider informs the framework to use those views(IEMobile,OperaMobile) where the context condition is fulfilled. It also eliminates the need for writing device detecting code in each action in each controller.
Show Correct Answer
|
Alert Moderator