You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tadashi Enomori (JIRA)" <de...@myfaces.apache.org> on 2008/10/16 22:44:44 UTC

[jira] Created: (TRINIDAD-1267) Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers

Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
--------------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-1267
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1267
             Project: MyFaces Trinidad
          Issue Type: New Feature
          Components: Components
    Affects Versions: 1.2.9-core
         Environment: Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
            Reporter: Tadashi Enomori
            Priority: Minor
         Attachments: TRINIDAD-1267.patch

In order to display a page in correct zoom ratio, it is necessary to add a viewport meta tag in the header.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-1267) Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers

Posted by "Tadashi Enomori (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640353#action_12640353 ] 

Tadashi Enomori commented on TRINIDAD-1267:
-------------------------------------------

I understand Matt's and Andrew's point. Thanks you for taking time for reviewing it.

> Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1267
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1267
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>          Components: Components
>    Affects Versions: 1.2.9-core
>         Environment: Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
>            Reporter: Tadashi Enomori
>            Priority: Minor
>         Attachments: TRINIDAD-1267.patch
>
>
> In order to display a page in correct zoom ratio, it is necessary to add a viewport meta tag in the header.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1267) Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers

Posted by "Tadashi Enomori (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tadashi Enomori updated TRINIDAD-1267:
--------------------------------------

    Status: Patch Available  (was: Open)

> Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1267
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1267
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>          Components: Components
>    Affects Versions: 1.2.9-core
>         Environment: Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
>            Reporter: Tadashi Enomori
>            Priority: Minor
>         Attachments: TRINIDAD-1267.patch
>
>
> In order to display a page in correct zoom ratio, it is necessary to add a viewport meta tag in the header.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-1267) Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640324#action_12640324 ] 

Andrew Robinson commented on TRINIDAD-1267:
-------------------------------------------

I agree with Matt, this should be handled by the page author & not the framework. It would remove way too functionality on web site development.

> Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1267
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1267
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>          Components: Components
>    Affects Versions: 1.2.9-core
>         Environment: Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
>            Reporter: Tadashi Enomori
>            Priority: Minor
>         Attachments: TRINIDAD-1267.patch
>
>
> In order to display a page in correct zoom ratio, it is necessary to add a viewport meta tag in the header.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-1267) Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers

Posted by "Matt Cooper (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640321#action_12640321 ] 

Matt Cooper commented on TRINIDAD-1267:
---------------------------------------

I believe this is a dangerous change because it will cause all pages to use a hard-coded scale factor and prevent user scaling of the page.

Instead, for the pages that want to use such a meta tag, those pages should insert the meta tag into the "metaContainer" facet of the af:document on just those specific pages:
http://myfaces.apache.org/trinidad/trinidad-1_2/trinidad-api/tagdoc/tr_document.html

> Viewport setting is needed for Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1267
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1267
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>          Components: Components
>    Affects Versions: 1.2.9-core
>         Environment: Mobile Safari browsers such as iPhone, BlackBerry Bold and Storm Browsers
>            Reporter: Tadashi Enomori
>            Priority: Minor
>         Attachments: TRINIDAD-1267.patch
>
>
> In order to display a page in correct zoom ratio, it is necessary to add a viewport meta tag in the header.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.