Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@sminnee

Description

@sminnee

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();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions