Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4272216
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:32:52+00:00 2026-05-21T07:32:52+00:00

I have a page that I would like to use some sencha items on

  • 0

I have a page that I would like to use some sencha items on along with some non-sencha html.

So the page might be…(after loading sencha headers)

<div id="banner"><h1>@if (Model != null)
{@Model.DisplayName}</h1></div>
<div style="background-color: #CFE1E8; padding: 10px; border: 1px solid black; ">
<div id="buttonDiv"></div>
<script type="text/javascript" src="/Content/js/widgets/button.js"></script>
<div id="searchDiv"></div>
<script type="text/javascript" src="/Content/js/widgets/search.js"></script>
<div id="carouselDiv"></div>
<script type="text/javascript" src="/Content/js/widgets/carousel.js"></script>
<div id="panelDiv"></div>
<script type="text/javascript" src="/Content/js/widgets/panel.js"></script>
</div>

Each of the js files contains some sencha code to render the control into the associated div. For example:

Ext.setup({
    fullscreen: false,
    onReady: function () {
        var panel = new Ext.Panel({
            title: 'Message Title',
            fullscreen: false,
            renderTo: 'buttonDiv',
            defaults: {
                // applied to each contained item
                width: 120

            },
            items: [
            {
                xtype: 'button',
                text: 'Click Me',
                handler: function () {
                alert("You Clicked Me...");
            }
}
]
        });
    }
});

The problem I’m having is that when the page is taller than the width of the phone, anytime I touch the screen, the page immediately jumps to the bottom of the page. The normal page scrolling doesn’t work at all.

Any suggestions? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T07:32:52+00:00Added an answer on May 21, 2026 at 7:32 am

    I ended up doing two things:

    • Added an Ext.util.Scroller on the body. There’s a bug with the Ext.util.Scroller on iPhones that it won’t actually let you scroll upwards. Works fine on Androids though.
    • “Registered” the content of each module’s js as a function by pushing to a global variable so that it would get added in the head and then executed them all in a loop, so I only ran Ext.Setup once.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a function that I use on index.php page and I would like
I would like to add some basic html page to my homepage that I
I would like to have an aspx page that contains something like.... <form id=form1
I have a public facing web page in .Net that I would like to
I have a div that I would like to reposition each time the page
If have an element that maybe disabled on a page, and would like to
I have a page that is generated which inserts an HTML comment near the
Looking for some implementation advice: I have a page that has a 3-tab ajaxToolkit:TabContainer.
I have a page that has a couple of jqGrids on it, along with
I have a section of an html page that I want to display in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.