On 3/19/14 8:52 AM, "Maurice Amsellem" <maurice.amsel...@systar.com> wrote:
>>What do folks do in the HTML/JS/CSS world? >From what I read on the web, they use media queries, with a combination >of width/height ( type=handheld is not used, as it's not well supported). > >For Flex JS, you could rely entirely on the browser's media query parser, >so that would be easy. right ? FlexJS has some non-standard styles for injecting beads so we need an equivalent MQ parser in AS. But sure, there's no obligation to do the same thing for the current SDK if it doesn't make sense. That said, while there's lots of Flex that isn't CSS compliant, whenever we add more non-compliance it implies adding another migration task for folks migrating projects to FlexJS because FlexJS will likely be more compliant since it wants to rely on the underlying browser CSS as much as possible. Anyway, do what you think is right. I don't have any particular objection to any of your plans, I just wanted make sure you thought about how FlexJS might present similar capabilities. -Alex