PhoneGap does not correctly appear in later versions on android

Hi guys,.

I created an application in dreamweaver cm³ and transferred by the phonegap build service. It uses the < div id dat-role = 'page' > go to different areas of the page.

It works very well on my phone under android 2.3.7 (don't laugh!), but when I try to run it on a htc android 4.0.3 sensation or Nexus running 4.3 it just displays as a long scrolling page.

Does anyone know how to sort this out or am I missing something?

Greg

Hi Magi Web,

I think I found the solution/question:

Instead of:

I've added in:

Even in the footer and it seems to work ok now.

Tags: Dreamweaver

Similar Questions

  • Skin + component custom Spark does not correctly appear in Flash Builder

    I am creating a custom spark component which has a personalized content for use in MXML much as controlbar and the contents of a special group. I imitated the application Panel and PanelSkin, but is not correctly make in FlashBuilder, but it looks good at execution time. My custom group is called headerGroup. And I followed the implementation of the controlBar in Panel. My skin file should display the header at the top of the container. For debugging, I just renamed my headerGroup to contentGroup (defined in SkinnableContainer) and I can see this content at design time.

    What should I do extra to get my custom group appears at design time? Below, I've stuck my componetn and his skin file.

    Console.As

    package

    {

    import flash.utils.describeType;

    import mx.core.mx_internal;

    import mx.utils.BitFlagUtil;

    import spark.components.Button;

    import spark.components.Group;

    import spark.components.SkinnableContainer;

    import spark.components.supportClasses.SkinnableComponent;

    import spark.layouts.supportClasses.LayoutBase;

    use the space namespace mx_internal;

    public class Console extends SkinnableContainer

    {

    protected const CONSOLE_HEADER:String = "consoleHeader";

    protected public static const HEADER_PROPERTY_FLAG:uint = 1 < < 0;

    protected public static const LAYOUT_PROPERTY_FLAG:uint = 1 < < 1;

    protected public static const VISIBLE_PROPERTY_FLAG:uint = 1 < < 2;

    mx_internal public static var createAccessibilityImplementation:Function;

    [SkinPart(required="false")]

    public var headerGroup:Group;

    mx_internal var headerGroupProperties:Object = {visible: true};

    [ArrayElementType("mx.core.IVisualElement")]

    public function get headerContent (): array

    {

    If (headerGroup)

    return headerGroup.getMXMLContent ();

    else

    return headerGroupProperties.headerContent;

    }

    public public function set headerContent(value:Array):void

    {

    If (headerGroup)

    {

    headerGroup.mxmlContent = value;

    headerGroupProperties = BitFlagUtil.update (headerGroupProperties as uint, )

    HEADER_PROPERTY_FLAG, value! = null);

    }

    else

    headerGroupProperties.headerContent = value;

    invalidateSkinState();

    }


    public function get headerLayout (): LayoutBase

    {

    (headerGroup) return

    ? headerGroup.layout

    : headerGroupProperties.layout;

    }

    public public function set headerLayout(value:LayoutBase):void

    {

    If (headerGroup)

    {

    headerGroup.layout = value;

    headerGroupProperties = BitFlagUtil.update (headerGroupProperties as uint, )

    LAYOUT_PROPERTY_FLAG, true);

    }

    else

    headerGroupProperties.layout = value;

    }

    public function get headerVisible (): Boolean

    {

    (headerGroup) return

    ? headerGroup.visible

    : headerGroupProperties.visible;

    }

    public public function set headerVisible(value:Boolean):void

    {

    If (headerGroup)

    {

    headerGroup.visible = value;

    headerGroupProperties = BitFlagUtil.update (headerGroupProperties as uint, )

    VISIBLE_PROPERTY_FLAG, value);

    }

    else

    headerGroupProperties.visible = value;

    invalidateSkinState();

    if (skin)

    skin.invalidateSize ();

    }


    /**

    *  @private

    */

    override protected function initializeAccessibility (): void

    {

    If (VMConsole.createAccessibilityImplementation! = null)

    VMConsole.createAccessibilityImplementation (this);

    }

    override protected function partAdded(partName:String,_instance:Object):void

    {

    super.partAdded (partName, instance);

    If (instance is headerGroup)

    {

    / / copy values transferred by proxy (if defined) headerGroupProperties to headerGroup

    var newHeaderGroupProperties:uint = 0;

    If (headerGroupProperties.headerContent! == undefined)

    {

    headerGroup.mxmlContent = headerGroupProperties.headerContent;

    newHeaderGroupProperties = BitFlagUtil.update(newHeaderGroupProperties, )

    HEADER_PROPERTY_FLAG, true);

    }

    If (headerGroupProperties.visible! == undefined)

    {

    headerGroup.visible = headerGroupProperties.visible;

    newHeaderGroupProperties = BitFlagUtil.update(newHeaderGroupProperties, )

    VISIBLE_PROPERTY_FLAG, true);

    }

    headerGroupProperties = newHeaderGroupProperties;

    }

    }


    override protected function partRemoved(partName:String,_instance:Object):void

    {

    super.partRemoved (partName, instance);

    }


    override protected function getCurrentSkinState (): String

    {

    var State: String = active? 'normal': "disabled";

    If (headerGroup)

    {

    If (BitFlagUtil.isSet (headerGroupProperties as uint, HEADER_PROPERTY_FLAG) & & )

    BitFlagUtil.isSet (headerGroupProperties as uint, VISIBLE_PROPERTY_FLAG))

    State += "WithHeader";

    }

    else

    {

    If (headerGroupProperties.headerContent & & )

    headerGroupProperties.visible)

    State += "WithHeader";

    }

    return status;

    }

    }

    }

    ConsoleSkin.mxml

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:SparkSkin ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:mx = "library://ns.adobe.com/flex/mx" >

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Metadata >

    <! [CDATA]

    /**

    * @copy #hostComponent spark.skins.spark.ApplicationSkin

    */

    [HostComponent ("Console")]

    ]]>

    < / fx:Metadata >

    < s: states >

    < s: State name = "normal" / >

    < s: State name = "disabled" / >

    < name s: State = "normalWithHeader" / >

    < name s: State = "disabledWithHeader" / >

    < / s: states >

    < s:Rect id = "shadow" left = "-1" right = "-1" high = low '-1' = '-1' radiusX = "2" >

    < s:fill >

    < s:LinearGradient rotation = "90" >

    < s:GradientEntry color = "0x000000".

    Alpha = "0.01" / >

    < s:GradientEntry color = "0x000000".

    Alpha = "0.07" / >

    < / s:LinearGradient >

    < / s:fill >

    < / s:Rect >

    < s:Rect id = "fill" left = "1" right = "1" top down = '1' = '1' radiusX = "2" >

    < s:fill >

    < s:LinearGradient rotation = "90" >

    < s:GradientEntry color = "0xFFFFFF".

    Alpha = "0.85" / >

    < s:GradientEntry color = "0xD8D8D8".

    Alpha = "0.85" / >

    < / s:LinearGradient >

    < / s:fill >

    < / s:Rect >

    < s:Group id = "headerGroup" width = "100%" height = "100%" >

    < s:layout >

    < s:HorizontalLayout paddingLeft = "10" paddingRight = "10" paddingTop = "7" paddingBottom = gap "7" = "10" / >

    < / s:layout >

    < / s:Group >

    < / s:SparkSkin >

    Hello

    > Why it does not work when the component is not in a library of thought

    The application code is not "compiled". A CFC is final compiled code, so design mode can load and display. I think that it won't work in an application's performance. Things will need to be recompiled constantly since there is no compc compiler in an application.

    The extra leg, that I am referring is in Design view extensions. There are in fact extended components that implement the API they use in Design mode. It's a glorified built-in Flash Player.

    It's a complication bit, I intend writes a blog on sooner rather than later.

    Mike

  • Menu of windows does not correctly appear in Acrobat 11 STD

    When I try to print any PDF file (by clicking file-> print) the print Menu that opens is missing all of the text in the window incl all buttons. I tried to install a separate Adobe Reader in Danish local just to test the application, but it was worse. So uninstalled and collage of Acrobat.

    I also tried click on file-> properties and it is also does not display correctly.

    I'm afraid that this has something to do with the compatibility of Microsoft, but I don't know. I have MS Windows 7 Pro SP1 installed.

    The good news is I can guess the buttons of the bottom 2 - 'OK' (left button) and "Cancel" (right button), which at least allows me to print in the default preferences.

    Any ideas how to fix? I have the latest update installed.

    Adobe_print_error1.png

    Adobe_print_error2.png

    I worked with the Adobe support team to solve this problem. After several rootcauses, we found the problem.

    The issue was caused by not having police default Windows "Segoe UI" installed. Strange sounds that Win 7 does not come with the font that is used by this application, but the trick worked.

    Google a website to download the font, I used "Fontpalace.com" - install the police - and that's the problem is resolved.

  • Dashboard does not correctly appear in IE9

    I use IE9 and for some reason, the new dashboard is not displayed correctly.

    The menu on the left side of the page is half off.

    Any ideas?

    screen capture.jpg

    Hello

    We tested it's all current versions of the browser and the dashboard seems aligned properly at this point.

    Test IE9:

    Do not know what might trigger this but try to erase any local cache and restart the browser.

    Kind regards

    -Sidney

  • I have the same problem once again, firefox does not correctly appear yahoo homepage

    I had this same problem about two months ago and someone here told me what to do. Unfortunately I do not write it down so I don't remember. I tried, tools-options - advance - General - unchecked use hardware acceleration when available... it did not work. Yahoo homepage looks fine on IE on Firefox, it's a mess. Someone please help.

    These can help you:

    Remove the navigation, search and download history on Firefox

    How to clear the cache of Firefox

  • Hyperlink doesn't work does not correctly in my vertical version

    Hello

    I create an article vertical and horizontal in the same InDesign document. I used the hyperlinks Panel to create links to different pages. My horizontal file works perfectly, but on my vertical file, the hyperlinks still go to the last page. This occurred in more then one file in the book that I created.

    Example:

    Hyperlinks for horizontal pages (5-11)

    navto://capabilities_fs#6 (name of the article in folio Builder and page 6, works perfectly)

    Hyperlinks for vertical pages (19-25)

    navto://capabilities_fs#20 (name of the article in folio Builder and page 20, links to the 25 page instead so that all vertical items)

    Please note: I stuffed my book so the pages and links can be added as the folio will be updated quarterly.

    Also: I tried the both buttons, and they act the same way. Is this a problem of paging? Should I not work inside a book?

    Navto links don't pay attention to the functionality of InDesign page numbering. For vertical and horizontal provisions, the first page is 0, the next page displayed is 1 and so on. If you create a link navto://capabilities_fs#6, it will jump to page 7 (or the last page) article in a page layout.

  • Telephone links not appearing does not correctly

    Hello

    Links for numbers at the bottom of the page are not correctly appear on tablets and mobile phones. I've set up a style for specific links and it seems to work on the desktop version and some horizontal versions on the phone, but not on all of the pages. It seems that the default style is the substitution of the style of phone I install evenhtough I checked all and he says his playing style I've implemented for phones that should be white.

    Why is this happening? Help, please. The site is www.isegoria.co

    Thank you

    Laura

    It is a function automated on mobile devices that you can't really control. It is managed via the control panel of your unit / contacts where it automatically searches the numbers of parameters. You can of course disable it on your own devices for testing purposes, but you have no control on how others treat.

    Mylenium

  • I have an index page that does not correctly load the css and css works on all other pages of the site.

    http://www.boulderridgecondos.com/ does not correctly load the css, but all other pages of the site loading the css correctly. There is nothing (that I can identify) between pages.
    http://www.boulderridgecondos.com/news.htm

    I guess something is wrong in the css, I inherited this site and have exceeded the css but can't find a problem that would cause this to happen.

    Any help or suggestion looking for something would be appreciated.

    This page is saved in UTF-16 format (Content-Type: text/html (UTF-16 BOM, litte-endian)) in your text editor. The CSS file is sent as ISO-8859-1. Firefox fun to see all the files in the same encoding. The other pages are send as ISO-8859-1 and so use the CSS file. You will need to re - save this page as ISO-8859-1 and download the corrected version.

  • Update KB976902 now the mouse doesn't work does not correctly

    I had the KB976902 recently updated on 2 of the 3 computers and 2 who got now have a mouse that does not correctly.  The computer number 3 does not have the update and still works fine.  All three are almost identical hardware and software and have legitimate versions of windows 7.

    The problem of the mouse made play almost almost impossible. Left click crashes, lag mouse click one or two times when I I try to do a restore from the left eventually drag a shortcut of the thing, I clicked on and don't know how or why.

    I did a restore on a single computer, but it did not help.

    Norton and McAfee applications are notorious for not to uninstall (or upgraded) themselves. Since you are not sure, I'll have to have executed two removal on all of the computers in question tools.

    NB: If a step said to reboot, reboot!

    1. download the Norton Removal Tool, save it to your desktop: ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    1B. download the tool McAfee Consumer Product Removal, save it to your desktop: http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe

    2. close all open applications (that is, anything with an icon on the taskbar).

    3. right click on the file saved in # 1 above and select run as administrator to run the utility. DO TAP not your keyboard until the race ends, then restart.

    3B. right-click on the file saved in # 1 b above and select run as administrator to run the utility. DO TAP not your keyboard until the race ends, then reboot again.

    4 reset the IE8 advanced settings by http://windows.microsoft.com/en-US/windows7/Reset-Internet-Explorer-settings

    5. open Internet Explorer 32-bit (only!) to http://support.microsoft.com/kb/971058 & run it in DEFAULT and modes difficulty then AGGRESSIVE. [1]

    6. restart a last time & test.

    ~~~~~~~~~~~~~~~~~~~~~~~~
    [1] full Disclosure: the difficulty operating in AGGRESSIVE mode will remove your update history but not the list of installed updates.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • My ipod does not correctly install when I plugged in now mobile USB keeps freezing

    My ipod does not correctly install when I plugged it into USB. Since then, my laptop keeps freezing / crashing.  Start repair found the problem mentioned but could not fix it and just send an error report.

    I tried restoring the system and installed the updates of windows, but I still have the problem. I reinstalled itunes and my AV is up to date, I can't find a solution.

    Hello

    1. are you confronted this question all the time or only when using the IPOD?

    2. What is the brand and model of the computer?

    3 Please, try to connect the Ipod to different USB ports in the back and the front of the tower and check if you face the same problem.

    Please follow the links below to solve the problem.
     
    Method 1
     
    Start your computer in a clean boot and check for conflicts with third-party software.
     
    Start your computer in a clean boot.

     
    Note: Please follow step 7 of the article mentioned below to start the computer normally, after completing the necessary troubleshooting.
     
    Method 2

    Step 1

    What is safe mode?

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-safe-mode

    Step 2

    Install this update and check if the problem is resolved.

    Update for Windows Vista (KB925528)

    http://www.Microsoft.com/en-US/Download/details.aspx?ID=620

    Also try to update the latest version of the drivers your controllers USB host, on the manufacturers site.

    I hope this helps.

  • Edited in Photoshop does not correctly display in Lightroom after recording the images

    Hello

    I recvently EU cloud Adobe and upgraded from Lightroom 3 or 4.  Since the upgrade I had problems with Lightroom not correctly display images edited in Photoshop.  Instead of the photoshop image, it creates a new jpeg image and appears in the library.  the PSD is not loaded into the library.

    I take a jpeg image of my library and shoosing the change based on Photoshop.  By selecting Edit a copy, I'm tried with the original and edit a copy with lightroom adjustments as well as with the same results.

    In Photoshop, I duplicate the base layer, the image upscaling, running some filters, addition of volunteering adjustment layers.

    I save the image in Photoshop format in the original folder where the original jpeg was in the Lightroom library.  I record with maximize compatibility on.

    When I return to Lightroom, the catalog displays the two files, the original jpeg and a copy identical to it, NOT the new file in photoshop with alterations.  If I go in the folder images occupy in the Finder using the Finder command show two images link to the same original jpeg format.  The modified file to photoshop is there in the folder but does not appear in Lightroom unless I drag and drop it.

    I've disabled all the filters and ensured that the sort is sort by name.  The image does not automatically appears in Lightroom after mounting.  Any suggestions?

    Thanks for any help!

    PS. I'm not looking for the subject, and there are discussions since 2007 and lightroom 2 but their solution was to start from scratch basically and I have a carefully labeled, starred and labeled catalog of more than 30 000 images and really don't want to do that

    Images that are edited in Photoshop will be displayed automatically in Lr only when the image file saved in Photoshop is identical to open LR.

    You say you open a jpg of Lr, then edit in PS-among other things-adding a few layers. Layers are not supported in JPG format, so you must either save it as a psd or a copy in jpg.

    In both cases, is not the same image as the one opened in Lr file, so it will have to be imported into Lr appears. If flatten you your image after editing in PS and then do a to your JPG - not a - it will be displayed in Lr.

    PS: the only exception is when you open a raw image from Lr into PS and you save it to PS in the format of file specified in Lr for external mounting. The saved file is automatically displayed in LR.

    Post edited by: web-Weaver; PS added

  • with firefox 43 yahoo and yahoo mail doesn't work does not correctly

    With the help of win 7 and firefox 43.0.1, I have 4 computers and now all have problems with yahoo and yahoo mail doesn't work does not correctly. Loading sites, but most of the features are missing and clicking on what whether changes to the lists of text. I have disabled flash / anti-spam etc., cleared cookies and cache and even firefox loaded down once again and have upgraded, no help. I'm forced to use IE now.

    I tried Yahoo support, they said try Firefox... In any case, it's Firefox and I found a solution using the 'Refresh Firefox' button. Whatever the problem was fixed on two of my computers so far. Got to update my setting again but it's 10 m, compared to the 10 hours I spent trying all that is nothing.

    Thanks for the help!

  • My site is not correctly appear in the Firefox browser. Can you help me?

    My site is not correctly appear in the Firefox browser. Can you help me?

    My Web site: http://hayro.la

    You can have zoomed pages by accident.
    Reset the zoom of page on pages that are causing problems.

    • View > Zoom > reset (Ctrl / command + 0 (zero))

    You can try the following steps in case of problems with web pages:

    You can reload webpages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and delete cookies only from Web sites that cause problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • FF does not start after upgrading to version 27.0.1

    FF does not start after upgrading to version 27.0.1
    Crash ID: bp-2bc18734-d643-4843-a10f-fd6102140214

    Firefox 27.0.1 is too recent for me to know what unique issues it may have. I will message you a link to download the installer for Firefox 27.0 to see that the inversion or not the problem.

  • disc eject does not correctly persist

    I get several error messages that my external hard drive was not ejected correctly. I ejected it, turned off, unplugged and then reverse the process. Whenever my screen locks when I open it there are several messages not eject disks does not correctly.

    Restart your Mac, and then drag the disc on the desktop for the external drive to the trash.

Maybe you are looking for

  • You can run 2 apple ID on a single computer?

    Over the years since iPhone/iPad is out, I managed to have 3 apple ID. The first was for iTunes until the phone is released and we created our own accounts me.com. So the Office always has this original ID of iTunes, my iPhone/iPad/laptop have my ID

  • Re: German keyboard productnumber

    Hello I need the product number of the German keyboard for equium L40,or a link where I can buy it. THX 4 help

  • Cannot find Bluetooth on my Satellite P200

    Hi having recently bought the P200, I can't find or and programs that apply on my laptop, the only reason that I know, he has this feature is the text on the box. Any help would be greatly appreciated Thank you very muchKarla x

  • Foot control

    I am very new to Labview. I'm trying to simulate a footswitchcontrol for pulsed laser where pulse is defined by the user. I have amhaving wrong with the 2 functions of time. T1 is the switch closure(100-250mS) and t2 is the switch of the cycle time (

  • Windows Update failed (error Code = 80070017)

    It's my problem. In these few days windows keep prompting me to install an update of important safety for my system, but whenever I try to install it (manually or), it fails. The updated name is (KB2296199) and my system is windows 7 Professional x 6