Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows mobile doesn't seem to prase meta viewport the same way as others #17

Open
sminnee opened this issue Mar 31, 2012 · 0 comments
Open

Comments

@sminnee
Copy link
Member

sminnee commented Mar 31, 2012

From http://open.silverstripe.org/ticket/6006

http://msdn.microsoft.com/en-us/library/dd938878.aspx

From my testing on Windows mobile emulators they prefer commas to semi-colons so I added to my template:

<% if IsWindows %>

<% else %>

<% end_if %>
and the below to MobileSiteConfiguration?:

public function IsWindows() {
return MobileBrowserDetector::is_windows();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant