Mobile page problem

When I scroll down a slide on the mobile view and then tap to another screen, the screen does not return to the top of the next screen, it stays where I scrolled too in the last screen. I am using Captivate 8.
Is there a workaround for this?

I have only tested it in Google Chrome through using Adobe Edge Inspect.
I will send it over to them.
Thanks

Similar Messages

  • Manually recreate login mobile page problem

    Hi!
    I have made an app with two interfaces Desktop and Mobile. After that I have created many pages in Desktop and Mobile part.
    By mistake I have deleted login mobile page and now I have a problem to recreate it.
    1) When I try to recreate login page in a standard way-all the time only login for desktop interface is created (no option to tell that I want for mobile interface).
    2) if I made mobile interface as default and then create new login-result is the same-desktop version is made, regardless.
    Then I come to idea to delete mobile interface and create it again. In that process I know that home and login pages are automatically created. But Apex doesn't allow me to delete interface when there is pages that depend on this interface. And to delete all pages in mobile just to create one page sound stupid to me.
    So is there any help to make that possible?
    rg,
    Damir Vadas
    http://damir-vadas.blogspot.com

    Scott,
    THX for your reply.
    Here is what seems to be the original threadThis is not true, this was related to other thread and this one is totally different, IMHO.
    Denis suggestion is Ok and it is working one, this is sure.
    I tried to get an app in the same state as yours (desktop & mobile ui but no mobile login page) and in page creation wizard I was asked for what interface I wished to create a login page.Here is mine picture of App builder create Login page wizzard (page reference http://xxx:8080/apex/f?p=4000:500:"):
    http://sites.google.com/site/vadasovi/temp/create_login_page_problem.png
    As you can see, there is no option that you are saying (choosing Interface) and this makes me confused.
    I'm not sure this is the appropriate forum if you're chasing an "official reply".Wrong term indeed. But if I cannot create ordinary page and have make things as export/import page then I think something is wrong. I could't believe that this is the only way to do this. This is why I need "second eye".
    And I'm glad about Christian respond which admit smaller strange things (icons and representation level) when you change alias name. If you read mine reply to him you'll see there is (in mine case at least) additional issues which I'm waiting to be confirmed or denial.
    Nothing more or less .... and once again apologize for term "official". Really was not adequate, and once again your reply is confirmation that second eye, you, was enough to look for some other problems that only I have.
    Hope now is more clear all.
    THX
    Damir Vadas
    http://damir-vadas.blogspot.com

  • How to seperate PC SCREEN pages from MOBILE pages?

    I read in a Microsoft MSDN article recently where it is a good idea to have the main landing page as index.html and detect if the browser is using a mobile and instead load a different version just for mobiles.
    I was wondering how I would implement such an idea since a mobile would have to load up the large version before detecting the compact version. Pointless!
    Maybe I should have the index.htm as the mobile version and have it detect the screen size and load the index_screen.htm instead if appropriate (mobile first).
    Having problems with the responsive layouts anyway (previous article experiencing problems with templates in responsive) so seeking alternatives here.
    I want different content on mobile pages anyhow so maybe this would be the way for me.
    Ideas and feedback welcomed and greatly appreciated.
    Thanks in advance.
    Terry

    I'm sorry but I don't agree with that approach at all.  Do you realize how long the list of user agents is right now?   And how often that list needs to be updated to check against every possible mobile device on the market?  Now even if you manage to get passed the user agent hurdle, why do you want to maintain two separate web sites?  It's twice the work!
    In a perfect world, your content is stored inside a MySql database.  If the device width is XXX, the Reader's Digest Condensed version is displayed.  If the device width is more than XXX, the full version is displayed.
    Nancy O.

  • When i try to activate iMessage i could see the comment "waiting for activation" for more than 24hrs.Is this because of mobile device problem or someother issue ? My mobile is just 20 days old

    When i try to activate iMessage i could see the comment "waiting for activation" for more than 24hrs.
    Is this because of mobile device problem or someother issue ?
    My mobile is just 20 days old

    The following discusses that error message and may help: iOS: Troubleshooting FaceTime and iMessage activation

  • 4.2 select list on mobile page not setting session state

    Hi,
    Like I've done dozens of times in the past, I created a Select list that submits on change, and I expected session state to be updated accordingly.
    I tried this on a mobile page but session state is not updated for the item.
    Has anyone else experienced this?
    Scott

    Hi Scott,
    is it possible that you are hitting bug# 14680379 - PAGE SUBMIT ACTIONS DO NOT WORK FOR LONGER MOBILE SELECT LISTS, WHEN DEFINED TO FIRE WHEN THE SELECT LIST VALUE CHANGES
    on our Known Issues List http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-42-known-issues-1863578.html ?
    Is your select list selection displayed as native control or as popup? Can you create a test case on apex.oracle.com?
    Thanks
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Insert and then show the result and refresh page problem

    hi all,
    I collect the form value and put them into db, and then display this student 's inform out from db including the one we just submit, first I do it on this way
      insertpayment(UserId, FeeType, DuteDate, OfficerReason, OtherReason, CompleteDate,
                            InterviewDate, ApprovalDate,PaymentYear);
                   studentRecords= getFound(UserId);
                     userSession.setAttribute("studentRecords", studentRecords);
                     RequestDispatcher disp;
                   // disp = getServletContext().getRequestDispatcher("/WEB-INF/jsp/   studentRecords= getFound(UserId);");
                     disp = getServletContext().getRequestDispatcher("/showPayment");
                    disp.forward(req, res); then whenever I refresh my showRecords.jsp" I call the insert function. THAT IS HORRIABLE.
    I try to move the studentRecords= getFound(UserId); to my showPayment servlet and then forward the result to showRecords.jsp, but I alwarys get error
    PWC4011: Unable to set request character encoding to UTF-8 from context /report, because request parameters have already been read, or ServletRequest.getReader() has already been called
    How should I handle this kind of problem??

    Karan, thank you for the link, i read a few articles, I only get the sample part part use res.sendRedirect("/myfolder/showPayment"); in my insert servlet and use forward to display the page
    userSession.setAttribute("studentRecords", studentRecords);
                  RequestDispatcher disp;
                  disp = getServletContext().getRequestDispatcher("/WEB-INF/jsp/secure/admin/showRecords.jsp");
                   disp.forward(req, res);   
    this solute the refresh page problem, but bring the new problem I can't use the following way to disable the back button. not the perter solution
    maybe I did not understand PRC more advice!!
    response.setHeader("Cache-Control","no-cache"); //Forces caches to obtain a new copy of the page from the origin server
    response.setHeader("Cache-Control","no-store"); //Directs caches not to store the page under any circumstance
    response.setDateHeader("Expires", 0); //Causes the proxy cache to see the page as "stale"
    response.setHeader("Pragma","no-cache"); //HTTP 1.0 backward compatibility

  • I am trying to create mobile pages using the steps file new new document page from sample mobile starters jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I

    I am trying to create mobile pages using the steps file>new>new document>page from sample>mobile starters>jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I acquire these options?

    You can get the latest jQuery Mobile Themes directly from jQuery Mobile's web site.
    https://demos.jquerymobile.com/1.1.0/docs/api/themes.html
    Or roll your own with ThemeRoller
    http://themeroller.jquerymobile.com/
    Nancy O.

  • Firefox suddenly loads Google Maps as mobile page

    I have been using Google Maps in FF in Ubuntu on my desktop PC for many years.
    The bookmark is stored as http://maps.google.co.uk/maps & shared with Chromium via Xmarks.
    In the last few days, whenever I use this bookmark in FF, the address bar switches to http://maps.google.co.uk/m/places?oi=nojs#ipd:mode=home and the site is a mess.
    This post describes the same thing exactly & tells me FF must be loading the mobile page:
    http://www.techsupportforum.com/forums/f131/google-maps-loads-the-mobile-page-623890.html
    If I enter the address manually, I get the same result.
    Chromium continues to work as normal.
    I did recently add NoScript to FF but have tried "allowing all this page" with no effect.

    It is possible that the server gets confused by the Ubuntu in the user agent.
    *Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
    You can try to modify the user agent and remove that part.
    *Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
    You can do that by setting the general.useragent.override pref on the about:config page or use this extension:
    *User Agent Switcher: https://addons.mozilla.org/firefox/addon/user-agent-switcher/
    *https://support.mozilla.org/kb/websites-incorrectly-report-firefox-outdated-or-in
    Note that you will have to update the user agent if you update Firefox (Firefox 12has been released)

  • Mobile pages vs. Full Pages

    I'm hoping someone can give me some advice here.  I've noticed that during some of my web browsing on smartphones like the E71 and N85, there are some websites where i have the option of browsing via a mobile web page or a full HTML web page (most notably myspace.com, for specifics sake).  Then there are websites where no matter what i do, all i see is a mobile formatted web page (most notably msn.com).  Is there any way (settings or otherwise) to make it so i can see these mobile formatted web pages as full pages?  Thanks for any advice.

    With those sites that automatically redirect you to to their mobile web pages, you could contact the site admins and ask them to let you choose, instead of forcing you to their mobile page (e.g., they could at least put a link to their "full" version on their mobile pages, and not force redirection).
    Other than that, you could use another browser like Opera Mini, which goes throiugh Opera's proxy servers, and does not report the mobile phone model to the web site.

  • I have 10 UiWebView to load different charts and maps on an iPad,using UIScrollView to scroll through each page, problem is on loading of each UiWebView my UiScrollView does not scroll smoothly to other pages horizontally,so how to make the scroll smooth?

    I have 8-10 UiWebView's  to load different charts and maps on an iPad, i am using UIScrollView to scroll through each page, problem is while loading of each UiWebView my UiScrollView does not scroll smoothly to other pages horizontally, my query is can i load UiWebView on background and how to make sure the scoll of pages is smooth, even though the loading of UiWebViews may take time.
    Note :i have tried disabled scrolling on webview, so when i scroll on the page  the scroll event will be of UiScrollView, so believe no conflict with UiWebView.
    also in ios 6 i read about suppressesIncrementalRendering = True but i want to support ios5, also as UiWebViews are said to be running on main thread by default, i suspect when loading of webViews and when user tries to scroll the page, the main thread is busy, but i want the scroll of the page to be smooth  even though the loading of UiWebViews may take time.

    You will probably get a faster and more accurate answer if
    you repost in the Developers Forum.

  • My solution for cannot turn page problem in ADE

    It seems this problem has been there for a while. I have this problem in ADE 2.0 and 3.0. I solve this problem on my computer today.
    This problem is not a "turnning page" problem but an UI refresh problem, if you turn page, close ADE and reopen it, you will find the page actually turnned,  I guess this problem occurs on a computer which have two display card. On my laptop, a NVIDIA, and an integrated. ADE works fine on NVIDIA and not on the integrated one.
    So Here is my solution: Tell ADE not running on the integrated display card but on NVIDIA. You can do so by using NVIDIA's control panel program. "manage 3D settings" -> "program setting" tab, add ADE, and tell it running on NVIDIA.

    System: Windows 7; graphics (onboard Motherboard) Intel(R) HD Graphics 4600 Properties.
    I have the same problem:
    ADE does not turn page *unless* I resize the ADE window after turning the page.  After resizing the ADE window, the page will turn.
    I don't have multiple displays.  I don't know how to adjust my display setting to facilitate ADE.  Still looking for a solution... If you find a solution or a better product, let us know.

  • Mobile redirection problem

    Since updating to the most recent update, my website won't redirect SOME links to mobile.
    Example:
    glosshairdressing.co.uk/phone/careers on iPhone works fine.
    glosshairdressing.co.uk/careers on iPhone goes 404. 
    glosshairdressing.co.uk/careers on desktop works perfectly.
    Why does /careers go 404 on mobile, but not desktop? Surely the desktop version should display on mobile if the desktop version is still working? I am having the same issue with all pages of which i have removed '.html' suffix in Admin Console. All pages which still contain '.html' work fine. Desktop version is working as normal on all pages. The issue is only with mobile layouts.
    I have had no issues at all relating to suffix changes before this latest update so it's pretty frustrating that 60% of my mobile pages are now going to 404 errors.

    SOLVED by deleting relevant pages in Business Catalyst and re-publishing from Muse

  • Rich item report mobile page

    Hi
    I use apex 4.2, i create mobile application which include report page, the problem is i have clob database column include html data, i need to display this data as html, the problem when i create report page it display data as text? how can i display it as html format?
    Thanks

    Hi Hani,
    Sorry for the slow reply, there seems to be something going on with my communications console.
    You were talking about a report, but are you using a lsit view instead?
    A standard report in a mobile appplication does have column properties to set, a list view doesn't.
    For a list view it's a bit more complicated. Only thing a can think of is checking the "Advanced Formatting" checkbox. That will give you some extra attributes to set.
    Regards,
    Vincent Deelen

  • Any web pages problem.help.wvc54gca

    hello.when i installed linksys activex control i have a big problem with
    allmost all web pages in the internet.i cant do anything about it.im
    senting this message from my mobile phone.sorry for my english.

    Which Router you are using...?
    Are you able to go online using router after installing Active X...?
    Who is your ISP ? 

  • Mobile technology problem

    Sorry if this is a simple problem but it's got me. I have a problem with mobile technology :-
    The following is a normal page on the web
    http://uk.geocities.com/birthdayblews/BBHOME/BBHome.html
    The Java link on the page "Todays Page" <image link> opens a new window
    The following is a much cut down page I set up for mobile phone access :-
    http://uk.geocities.com/birthdayblews/BBHOME/mobile.html
    containing again the link "Todays Page" <text link>
    Both of these work fine on the WWW but the second cut down version does not work on a mobile phone - the "Todays Page" link doesn't work and the date and day at the bottom does not display.
    Does anyone know why ?
    btw - the phone I used was a Samsung E250

    Maybe nothing to do with programming - but the
    platform itself.
    I'd appreciate intelligent suggestions rather than
    dismissive crap. Any further replies from MrClap will
    be ignored.it's not dismissive cr@p. this is a forum specifically for java programmers, Dr Clap was perfectly correct in his assertion. also, your attitude has pretty much guaranteed that anyone who could have helped you, now won't
    bye bye

Maybe you are looking for

  • HP solutions center stopped working for photosmart d110a

    After using HP Solution Center (HPSC) for scanning on my D110a via wireless connection to my Win8 laptop (all current win8 updates installed) for many months it just stopped working. The printer is recognized in HPSC  but after selecting the Scan Pic

  • IPad Air mini won't charge

    I have been travelling for a month charging my iPad mini, ipad, and iPhone 5 with the same charger and cord. Now my iPad mini is dead and won't charge. Help!

  • How to display Japanese fonts in a .txt file i received?

    I received an email attachment that is a .txt file. Some of it is in Japanese and some is in English. The Japanese text turns out to look like gibberish.... like this... Media Start Media End Duration Log Note 01:17:12;18 01:17:20;26 00:00:08;09 DZÇÍ

  • How to rolledback the transaction in ejbStore()

    we are using mvc-2 architecture.when i want to modify the employee details what we r doing is from controller it will goes to modifyEmployee method in sessionbean.as u can see in code we will setEmployeeMaster inturn it will call setEmployeeMaster in

  • MSATA on the W530

    Hi, all -- My purchase decision is between the T530 and the W530. The T530 allows an mSATA device ... new technology, seems to function as a hard disk cache ala Momentus. Nice if it's true. The web site doesn't list an option for an mSATA. Does anyon