[
https://issues.apache.org/jira/browse/FLEX-33994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891231#comment-13891231
]
Lee Burrows edited comment on FLEX-33994 at 2/4/14 9:58 PM:
------------------------------------------------------------
What property would you use to differentiate between phones/tablets/tvs?
Couldn't a TV use something like:
@media ( min-device-width: 38in ) {}
Or even:
@media ( min-device-width: 38in ) and (applicationDPI: 160) {}
was (Author: leeburrows):
What property would you use to differentiate between phones/tablets/tvs?
> Need a way to distinguish phone and tablet target devices through css
> ---------------------------------------------------------------------
>
> Key: FLEX-33994
> URL: https://issues.apache.org/jira/browse/FLEX-33994
> Project: Apache Flex
> Issue Type: New Feature
> Components: .Unspecified - Mobile
> Affects Versions: Apache Flex 4.11.0
> Reporter: Maurice Amsellem
> Assignee: Maurice Amsellem
>
> Some components should have different layout on phone and tablet devices.
> For example, DropDownList should display as a centered popup list on phones,
> and display the drop down list below its popup button on tablets, supposedly
> having move screen space.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)