[FIXED] [#117] [3.1.0] IPad Development

Page 1 of 2 12 LastLast
  1. #1

    [FIXED] [#117] [3.1.0] IPad Development

    We are having a display issue with our panels when viewed in an IPad. Do you guys have access to an IPad 3, so that you could take a look at our code, and help use debug?
    Last edited by Daniil; Feb 10, 2015 at 8:00 AM. Reason: [FIXED] [#117] [3.1.0]
  2. #2
    Can you post a code sample to reproduce? or send me (geoff@object.net) a link to view online.
    Geoffrey McGill
    Founder
  3. #3
    Hi Geoffrey,

    Here is the following link not showing scrolling in iPad http://www.atlostest.com/ND/ExtScrollTest.aspx

    The following code is written for ExtScrollTest.aspx
    <%@ Page Language="VB" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <script runat="server">
    
    </script>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <ext:ResourceManager ID="resMngr" runat="server" />
        <ext:Viewport ID="Viewport1" runat="server" Layout="Border">
            <Items>
                <ext:Panel ID="Panel4" runat="server" Border="true" Region="Center" BodyStyle="background-color:#ffffff;"
                    Margins="5,5,5,5" AutoScroll="true">
                    <AutoLoad Url="TestText.htm" Mode="IFrame">
                    </AutoLoad>
                </ext:Panel>
            </Items>
        </ext:Viewport>
        </form>
    </body>
    </html>
    TestText.htm is just html page contains text

    Quote Originally Posted by geoffrey.mcgill View Post
    Can you post a code sample to reproduce? or send me (geoff@object.net) a link to view online.
  4. #4
    Did you see my example above. This no scrolling issue happens in all of our Iframes. Please recommend a solution
  5. #5
    Quote Originally Posted by geoffrey.mcgill View Post
    Can you post a code sample to reproduce? or send me (geoff@object.net) a link to view online.
    I am not sure why there is no response to this post. You requested a code sample which has been provided, and then nothing from your end.
  6. #6
    I will remember Geoffrey about request
    By the way, you already asked about IPad support and scrolling issue, previous answer is still stands, see
    http://forums.ext.net/showthread.php...ll=1#post77302
  7. #7
    Quote Originally Posted by rnachman View Post
    I am not sure why there is no response to this post. You requested a code sample which has been provided, and then nothing from your end.
    You posted a code sample almost a month after the request. I'm sorry that I missed your follow-ups.
    Geoffrey McGill
    Founder
  8. #8
    Quote Originally Posted by geoffrey.mcgill View Post
    You posted a code sample almost a month after the request. I'm sorry that I missed your follow-ups.

    Thanks for the update -- Please let me know as soon as possible
  9. #9
    We're looking into fixing this iframe scrolling issue in iPad and other mobile devices.

    We'll keep this thread updated.
    Geoffrey McGill
    Founder
  10. #10
    Created an Issue to track this defect, see:
    https://github.com/extnet/Ext.NET/issues/117
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] Scrolling issue with Ipad
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 20, 2012, 1:08 PM
  2. [CLOSED] Ipad 3 layout issues
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 21, 2012, 11:22 AM
  3. [CLOSED] Problem with menus under ipad
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 29, 2011, 9:08 PM
  4. AutoScroll on Safari Ipad
    By caha76 in forum 1.x Help
    Replies: 2
    Last Post: Aug 10, 2011, 4:51 PM

Posting Permissions