mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
Show mobile view as default for nexus 7 tablet
This commit is contained in:
@ -119,6 +119,6 @@ module ApplicationHelper
|
||||
|
||||
def mobile_device?
|
||||
# TODO: this is dumb. user agent matching is a doomed approach. a better solution is coming.
|
||||
request.user_agent =~ /Mobile|webOS/ and !(request.user_agent =~ /iPad/)
|
||||
request.user_agent =~ /Mobile|webOS|Nexus 7/ and !(request.user_agent =~ /iPad/)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user