Welcome Guest, Not a member yet? Register   Sign In
multiple CI for different browsers
#1

[eluser]netrox[/eluser]
I decided that it's best to go with multiple apps for different browsers. I do not find "one model fits all devices" workable nor usable enough. I'd rather have the app be optimized for popular devices.

My question is how do I do this? I want to detect a browser being used then redirect an user to an application folder where it's optimized for that browser.

I know that you can manage multiple apps with a single CI but how, exactly? I need to use CI first to detect sessions and browsers then decide on which application the user should be redirected to.

#2

[eluser]aquary[/eluser]
Why you'd like to separate an application to be multiple.... the extreme case you'd do is to "Load a different view for a different device". Whatever devides they are, your controllers and models will always be the same, only views that'd be different. That's why we use MVC *-*.
#3

[eluser]InsiteFX[/eluser]
That will not help you, it's your css code that the browsers are reading.
Different bowsers have different css codes.

So what you need to do is create a css file that can be used by all browsers,
IE needs a special css file.




Theme © iAndrew 2016 - Forum software by © MyBB