Mobile device javascript callback

I want to make a mobile device application which it loads an html website. The best method i found till now to achieve that it is by using the StageWebView() class. With this i have a very good interaction but my problem is the follwing: I want to take javascript calbacks (i read somewhere that i can achive that with the function ExternalInterface.addCallback() but this is not supported on mobile devices). When the user clicks a button, in the html page, a javascript is getting called, so when that called is been made i want my application to do something. So my question is, how can i know that a javascript call has been made?

Espérons que cela vous aidera ..
iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

Similar Messages

  • Simple database in html5/jquery/javascript portable to mobile devices

    Hi
    I am writing a small freeware educational application for mobile devices and as (source) a website for browsers. Have (hopefully) come up with the right environment, i.e. html5 + javascript. Probably I will also include jquery for better gui capabilities.
    I am facing another choice. I need to use some basic database functionality for keeping irregular verbs. What would be the most efficient way to go: html/javascript/jquery?
    Have no thorough programming knowledge, but once I know which way to take, I usually can make it to the end.
    Thank you for any suggestions.
    T52

    You can try my own library https://bitbucket.org/ytkyaw/ydn-db/overview

  • Javascript created in fireworks doesn't work with touch ipad and mobile devices.

    My website was created in DreamWeaver.
    Navigation is a popup/dropdown menu run by javascript created in FireWorks
    Website: www.woodstockchamber.com
    Problem:
    The mouse over doesn't work on iPads and mobile devices.
    The menu opens up and the category highlights, but that is where the action stops.
    It doesn't complete the action and link.
    It has worked well for years on desk tops and laptops.
    This is a serious issue for me as iPads and mobile devices are so popular and used a lot in this tourist town.
    Thanks,
    Norm

    http://www.smashingmagazine.com/2010/05/28/web-development-for-the-iphone-and-ipad-getting -started/
    http://www.inspiredm.com/2010/02/09/ipad-design/
    http://blogs.sitepoint.com/2010/06/23/develop-for-ipad-with-html5-trial-and-error/

  • Creating a site for mobile devices

    Good morning,
    I have a number of questions relating to the creation of a
    site for mobile devices. My client has given me the assignment to
    re-design his current website, and to also create a sub-site
    suitable for mobiles. I have spent a number of hours looking around
    on the Internet and trying to gain a better understanding of these
    issues. Still, a number of questions remain. if you can give me any
    additional understanding, that would be great.
    Question 1:
    Is my understanding correct: I basically need to create two
    sites, one for the wide-screen browser, and one for the mobile
    browser? I can direct visitors to the mobile site using a CSS or
    javascript link - if their browser identifies them as a mobile
    browser?
    Question 2
    Mobile devices come in all sorts of shapes and sizes and
    versions. PDA\s and iPhone's have different screensizes and
    resolutions that smart--phones, which in turn are different again
    from older and simpler phones. Should I design a site for a number
    of different types of phones? That would a huge amount of work...
    Question 3
    I also own Device Central, an App which I should think is
    very useful in this situation. But I fail to understand it! OK, so
    I can see what my photo or website or flash file looks like on my
    Nokia N73 - but I am not designing specifically for that phone. I
    also want my design to look good on all the other phones! My client
    needs a website that is not tailored to one phone, but to all
    phones.
    Question 4
    And why does Device Central not have profiles for the iPhone?
    I would think it is popular enough to warrant its own profile... (I
    post this from the Netherlands, where the iPhone is not carried
    yet, and so I have only ever held one in my hand). Is this because
    the iphone can see regular sites just fine?
    Question 5
    How does Dreamweaver help me build a mobile site?
    Question 6
    My client wants to show video on his website. In fact, that's
    what this website is all about: showing sports-videos from high
    profile sporting events. Which video-formats are most suitable?
    Question 7
    Do all mobile phones support flash? Or only a few? Or none?
    It seems to me that a flash website would allow for more creativity
    in the design.
    Thanks for any help you can give. Any resources you could
    point me to are also very welcome...
    Sincerely,
    Rogier Bos
    Rotterdam, The Netherlands

    Macnimation wrote:
    > Hi,
    >
    > I'm experimenting with creating a small site off a
    standard site, for mobile
    > phone/devices.
    >
    > Basically, I want to load a basic list page, which has
    links to pages that
    > will display and run flash movies.
    >
    > The flash movies, in FLV format are already at 640 x 480
    which run fine in the
    > main site.
    >
    > Is it simply to resize the movies to fit the mobile
    content size , or will
    > they "auto" resize?
    >
    > Do I have to chnage the webserver configuration in
    anyway, its a standard IIS
    > site at the moment, but MySQL with apache is also an
    option.
    >
    > Would standard html do or would the pages have to be
    done using xhtml or wml?
    >
    > I would like if possible to get this infomration first
    before starting it, so
    > I can possibly reduce delays.
    >
    > Any help or pointers to tutorials would be grateful
    >
    I'd like to check out the PDA scene some day soon, too. In
    the meantime,
    there's a recent discussion of this topic here:
    http://www.sitepoint.com/forums/showthread.php?p=3288343#post3288343
    www.geobop.org - Family Websites
    www.invisible-republic.org - Adult political websites (Mature
    adults only)

  • How to Make Dreamweaver CS4/Flash CS4 Website Function on all Latest Mobile Devices

    Hello!
    I am trying to add code into my Dreamweaver CS4 file and/or Flash CS4 file in order to have the website I have created work across all of the latest mobile devices as well as traditional online systems. My flash file has a transparent stage, and my dreamweaver file has a full-screen background image. I have reviewed various tutorials and articles available online, and some advocate simply adding code, which does not seem to be working for me, while others suggest having a similar separate site created solely for mobile devices. If this is the best option, I don't know how that should be set up. What is the best path to take with this?
    This is the collection of various pieces of code I have tried adding to my files:
      <meta name="viewport" content="width=device-width" user-scalable="yes" initial-scale="1.0" /> <!-- iphone,android -->
       <meta name="HandheldFriendly" content="true" /> <!-- blackberry -->
    </style>
       <param name="allowScriptAccess" value="sameDomain" />
          <param name="allowFullScreen" value="true" />
    <param name="allowScriptAccess" value="sameDomain" />
            <param name="allowFullScreen" value="true" />
            <param name="var params = {          id: "flashID", name: "flashcontent", menu: "false", allowFullScreen: "true", fullScreenOnSelection: "true", scale:"noscale", salign:"middle"};"
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    //or//
    this.stage.scaleMode = StageScaleMode.NO_SCALE;
    this.stage.align = StageAlign.TOP_LEFT;
    next_btn.width = 133 * .5;
    next_btn.height = 133 * .5;
    //flash//
    next_btn.width = Capabilities.screenDPI * .5;
    next_btn.height = Capabilities.screenDPI * .5;
    //flash//
    this.stage.addEventListener(Event.RESIZE, doLayout);
    //flash://
    <initialWindow>
       <width>320</width>
       <height>480</height>
       <!-- several other properties... -->
    </initialWindow>
    * Convert inches to pixels.
    private function inchesToPixels(inches:Number):uint
       return Math.round(Capabilities.screenDPI * inches);
    var button:Sprite = new Sprite();
    button.x = 20;
    button.y = 20;
    button.graphics.beginFill(0x 003037);
    button.graphics.drawRect(0, 0, this.inchesToPixels(.75),
       this.inchesToPixels(.25));
    button.graphics.endFill();
       this.addChild(button);
    //hard-code title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    //stage width determines width of title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    titleBar.graphics.beginFill(0x003037);
    titleBar.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    titleBar.graphics.endFill();
    this.addChild(titleBar);
    //footer://
    var footer:Sprite = new Sprite();
    footer.graphics.beginFill(0x003037);
    footer.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    footer.graphics.endFill();
    footer.x = 0;
    footer.y = this.stage.stageHeight - footer.height;
    this.addChild(footer);
    * Center one DisplayObject relative to another.
    private function center(foreground:DisplayObject,
       background:DisplayObject):void
          foreground.x = (background.width / 2) -
             (foreground.width / 2);
          foreground.y = (background.height / 2) +
             (foreground.height / 2);
    //cont.//
    var title:SimpleLabel = new SimpleLabel("My Application",
       "bold", 0xffffff, "_sans", this.inchesToPixels(.15));
    this.center(title, titleBar);
    this.addChild(title);
    //override width and height getters
    public override function get width():Number
       return this.textLine.textWidth;
    public override function get height():Number
       return (this.textLine.ascent - 1);
    if (Capabilities.manufacturer == "Android Linux" && Capabilities.screenResolutionY == 1024)
    next_btn.width = 85;
    next_btn.height = 85;
    This is the code for my Dreamweaver CS4 file (without the additional erogenous code attempts):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>My Website Title and Slogan.</title>
    <style type="text/css">
    <!--
    body {
              background-image: url(bground%20_img3.jpg);
              background-repeat: no-repeat;
    -->
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <img src ="image.gif"  width=90% height=auto>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <meta name="Keywords" content="keywords…" />
    <div align="center"></div>
    <div align="center">
      <p> </p>
      <p>
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="630">
          <param name="movie" value="FlashFile.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="FlashFile.swf" width="900" height="630">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </p>
    </div>
    <div align="center"> </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>
    I have tried various combinations of the code listed above, but nothing seems to be working. I am not sure as to the positioning of the code, and maybe that is the problem, or maybe it is because this code in not for CS4, or not appropriate for my project. I also do not know what code should be inside the Flash file, nor what should should be inside the Dreamweaver file.
    Thank you in advance for any assistance!

    Hi
    To add to what Gramps has said, Adobe has ceased developing its flash player for ALL mobile devices so do not use Flash for any mobile device.
    Depending on the complexity of your Flash program you may be able to recreate it using Edge, but the code generated by Edge does not work in IE8 or below.
    For details on Edge, see - http://labs.adobe.com/technologies/edge/
    PZ

  • How to Make Flash CS4/Dreamweaver CS4 Website Function on all Latest Mobile Devices

    Hello!
    I am trying to add code into my Dreamweaver CS4 file and/or Flash CS4 file in order to have the website I have created work across all of the latest mobile devices as well as traditional online systems. My flash file has a transparent stage, and my dreamweaver file has a full-screen background image. I have reviewed various tutorials and articles available online, and some advocate simply adding code, which does not seem to be working for me, while others suggest having a similar separate site created solely for mobile devices. If this is the best option, I don't know how that should be set up. What is the best path to take with this?
    This is the collection of various pieces of code I have tried adding to my files:
      <meta name="viewport" content="width=device-width" user-scalable="yes" initial-scale="1.0" /> <!-- iphone,android -->
       <meta name="HandheldFriendly" content="true" /> <!-- blackberry -->
    </style>
       <param name="allowScriptAccess" value="sameDomain" />
          <param name="allowFullScreen" value="true" />
    <param name="allowScriptAccess" value="sameDomain" />
            <param name="allowFullScreen" value="true" />
            <param name="var params = {          id: "flashID", name: "flashcontent", menu: "false", allowFullScreen: "true", fullScreenOnSelection: "true", scale:"noscale", salign:"middle"};"
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    //or//
    this.stage.scaleMode = StageScaleMode.NO_SCALE;
    this.stage.align = StageAlign.TOP_LEFT;
    next_btn.width = 133 * .5;
    next_btn.height = 133 * .5;
    //flash//
    next_btn.width = Capabilities.screenDPI * .5;
    next_btn.height = Capabilities.screenDPI * .5;
    //flash//
    this.stage.addEventListener(Event.RESIZE, doLayout);
    //flash://
    <initialWindow>
       <width>320</width>
       <height>480</height>
       <!-- several other properties... -->
    </initialWindow>
    * Convert inches to pixels.
    private function inchesToPixels(inches:Number):uint
       return Math.round(Capabilities.screenDPI * inches);
    var button:Sprite = new Sprite();
    button.x = 20;
    button.y = 20;
    button.graphics.beginFill(0x 003037);
    button.graphics.drawRect(0, 0, this.inchesToPixels(.75),
       this.inchesToPixels(.25));
    button.graphics.endFill();
       this.addChild(button);
    //hard-code title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    //stage width determines width of title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    titleBar.graphics.beginFill(0x003037);
    titleBar.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    titleBar.graphics.endFill();
    this.addChild(titleBar);
    //footer://
    var footer:Sprite = new Sprite();
    footer.graphics.beginFill(0x003037);
    footer.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    footer.graphics.endFill();
    footer.x = 0;
    footer.y = this.stage.stageHeight - footer.height;
    this.addChild(footer);
    * Center one DisplayObject relative to another.
    private function center(foreground:DisplayObject,
       background:DisplayObject):void
          foreground.x = (background.width / 2) -
             (foreground.width / 2);
          foreground.y = (background.height / 2) +
             (foreground.height / 2);
    //cont.//
    var title:SimpleLabel = new SimpleLabel("My Application",
       "bold", 0xffffff, "_sans", this.inchesToPixels(.15));
    this.center(title, titleBar);
    this.addChild(title);
    //override width and height getters
    public override function get width():Number
       return this.textLine.textWidth;
    public override function get height():Number
       return (this.textLine.ascent - 1);
    if (Capabilities.manufacturer == "Android Linux" && Capabilities.screenResolutionY == 1024)
    next_btn.width = 85;
    next_btn.height = 85;
    This is the code for my Dreamweaver CS4 file (without the additional erogenous code attempts!):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>My Website Title and Slogan.</title>
    <style type="text/css">
    <!--
    body {
              background-image: url(bground%20_img3.jpg);
              background-repeat: no-repeat;
    -->
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <img src ="image.gif"  width=90% height=auto>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <meta name="Keywords" content="keywords…" />
    <div align="center"></div>
    <div align="center">
      <p> </p>
      <p>
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="630">
          <param name="movie" value="FlashFile.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="FlashFile.swf" width="900" height="630">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </p>
    </div>
    <div align="center"> </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>
    I have tried various combinations of the code listed above, but nothing seems to be working. I am not sure as to the correct positioning of the code, and maybe that is the problem, or maybe it is because this code in not for CS4, or not appropriate for my project. I also do not know what code should be inside the Flash file, nor what should should be inside the Dreamweaver file.
    Thank you in advance for any assistance!

    There is no simple code to add that will display the same on all mobile devices....
    you do know that the iProducts (iPhone, iPad, etc) don't display Flash at all, right?
    So as a start for "functioning on all latest mobile devices" you should drop any Flash content you have and move on.
    Adninjastrator

  • How mobile device ( rfid/barcode reader) communicates with SAP transaction.

    Dear Friends !
    Good morning, How are you ?
    I want to understand that in ITSmobile How Mobile device ( RFID Reader ot Barcode scanner/reader) to fetch the data and supply the ITS screen.
    I believe every mobile device has some .dll file or something in that we have some methods if we call it say in .net or java application we can read the rfid or barcode and from the returning paramter of the .dll method we can get information what we want ( if i m not wrong).
    now the question is if I have some barcode /rfid number which is assigned to sap material number. if on mobile device I run mm02 transaction code n trigger the gun can I get the material number in material number field . ( assume I have program which can fetch the material number from barcode/rfid number.) ? but to pass rfid number / barcode what should I do. I can write javascript and call that method but dont know weather I can use javascript or not in that.
    to be simple:
    How can I get barcode / rfid number to my sap transaction. if possible
    please give me any suggestion. document link... help.... whatever may help me to understand this. I will greatly appreciate your reply
    Thanking you
    Regards
    Naeem

    Hi Ajay,
    Please refer to note 1057759 for the delivered Drivers for Peripherals in SAP DOE. This lists all the supported barcode scanners for SAP Netweaver Mobile. Those derivers are certified after testing to work only with that device and OS configuration.
    The Javadoc to get an idea about how to use those PIOS API for barcode scanner
    http://help.sap.com/javadocs/nwmobile/SP3/laptops/com/sap/ip/me/api/pios/scanner/ScannerConnection.html
    As input from Barcode scan have to be taken in Wedge Mode, there is no need to do any developments in MI JSP Application. To enable barcode scan one can download barcode scan tools available from Handheld Vendor sites
    Regards,
    Amith

  • When will Adobe Reader for Mobile Devices support 3D PDF files?

    When will Adobe Reader for Mobile Devices support 3D PDF files?

    There are two basic varieties of LiveCycle XFA...Static XFA and Dynamic XFA, which are very different in terms of their future for potential support in Adobe Reader for iOS. Which variety of XFA are you using?
    Static XFA uses the PDF markup language for content and form fields, so users can view the documents in Adobe Reader for iOS, but we currently do not properly handle filling, saving, and submitting those forms. I have improving our handling of Static XFA on my roadmap, but cannot offer any specific date yet (sorry, policy plus actual uncertainty). I know that there are some other apps that partially support Static XFA, though I do not know how complete their support is. If you can even open the XFA document in Adobe Reader for iOS, it is likely Static XFA.
    Dynamic XFA is effectively a JavaScript application packaged inside a PDF wrapper, which generates layout and form fields via code and requires a significant engine to support this. Support for Dynamic XFA is unfortunately not currently on our roadmap for iOS due to the nature of the technology, and our concern that any implementation we try likely will not pass Apple's restriction against installing something that allows other "apps" to be downloaded and executed from within it. The LiveCycle team is exploring solutions for our enterprise customers wanting to use Dynamic XFA from mobile devices as part of their server offering, but I cannot offer any insight here. To my knowledge, there are no applications that handle Dynamic XFA other than Adobe Reader for the desktop platforms (Windows, Mac, Linux).
    Dennis

  • PDF files on mobile Devices with iOS and/or Android

    I would like to use PDF files (with embedded JS Code) on Smartphones and Tablets with iOS and/or Android.
    Are there Apps out there that not only display the contents (the "graphics") of the PDF file correctly
    but also execute the embedded JS Code properly on such devices?
    And if so, which Versions will be supported for
         Adobe Pro?
         iOS?
         Android?
    Are there freeware or shareware Versions available?

    Since the mobile devices, smart phones, tablets, eReaders, do not support JavaScript the app you use will need to provide the JavaScript support. Not all apps provide this support for JavaScript. The apps that support JavaScript only support a limited number of features so you will need to test the PDFs, the device and the app.
    The version of Acrobat that runs on your computer will not work on your mobile device since the CPU's, Central Processing Unit, machine code is very different since the devices have different CPUs and the storage space to hold the code on the mobile device is much less than your desktop or laptop.
    Adobe Mobile Reader does support some JavaScript but not date formatting and not document level JavaScript.
    Expert PDF for the iPxx supports the largest amount of JS but still does not support all the possible JS that could be used in a form.

  • Multimedia in PDF on Mobile devices runnig android and iOS6

    Hello,
    I managed to integrate video (mp4) and also animation (.swf) into a PDF-file. Were are distributing PDFs to our students. Is there any possibility to access the multimedia content using mobile devices? That is tablets running iOS 6, android 4.1 and also e-readers such as kindle paper white?
    I tried different readers on iOS and also on android but could not get it to work.
    I'm looking forward to get an answer to this question.

    In terms of Adobe software, the short answer is "no" and the long answer is "wait and see but don't get your hopes up".
    The paid-for third party Android app "ezPDF Reader Multimedia" has some support playback of video and sound annotations, but it doesn't cope with Flash or scripting so the experience in a complex interactive PDF is variable to say the least.
    In terms of Flash, there will never be integration into the mobile versions of Reader as the runtime isn't distributed to mobile platforms anymore. About half of the JavaScript API calls are technically possible on Android but JS isn't part of the app yet (we have very limited JS API support on iOS right now, but only for forms-related function calls), Direct playback of embedded RMA media streams (MP3 and H.264) is also technically possible on both platforms (as ezPDF demonstrates), but Adobe have chosen not to make it a priority.

  • Dynamic PDF's for Mobile Devices

    I have been converting my company's forms to dynamic pdf format using ES4 to facilitate completion and submission by our highly dispersed workforce.  These forms are unfortunately not accessible on the mobile devices our field employees typically use.  Can anyone suggest resources that a layman can use to learn about and utilize ES4's mobile forms and HTML5 capabilities?  All the information I have located on the Adobe website appears to be oriented to programmers or developers, and my (small) company does not have the financial resources to engage a consultant for this purpose.  Thanks in advance for your insights and suggestions.

    Hi,
    In short, what you're attempting to do can be very costly if you stick with the Adobe LiveCycle ES solution to render forms on mobile devices (via their mobile forms platform). Also, if you're not familiar with the technology, you'd definitely need  to engage a consultant in addition to purchasing the require server-side modules to render your forms in HTML5?
    Questions:
    1. What mobile devices are being used in the field?
    2. Do your forms absolutely need to be made dynamic, or could they be saved as "static" XFA, instead? If you're doing things like adding rows to tables, hiding/revealing subforms, etc. then yes, the forms would need be dynamic. But if your forms do not need to be dynamic and/or you can tweak the design logic so the form is rendered in a static layout, then using the forms on an iPad is possible via the app "PDF Expert". PDF Expert can read/render static XFA files HOWEVER there's no support for javascript in that format. On the Android side, the app "qPDF Notes" provides support for static XFA PDFs.
    On the other hand...if users are able to use a Windows PRO based tablet (i.e. something like the Surface Pro 2, or even something less expensive running Windows PRO - not RT), then you could install Adobe Reader or Acrobat and use the dynamic forms, as is, on those tablet...no need for HTML5 rendering.
    In either case, the solutions mentioned about would be far less expensive (and less complicated) to trying to using ES4 mobile forms.
    Hope this helps!

  • Serious JSF 1.2 flaw ?! - CommandLink not working on mobile device

    Hi All,
    I really hope I'm missing out on something here, but I suspect there is a serious problem with the JSF 1.2 RI when used to build an interface for a mobile device. The command link generates JavaScript that is not compatible with the Windows Mobile's Internet Explorer (tested against 2003 and 2005 versions), making it impossible to call the actions behind them.
    I did not encounter this issue when using the RI for the JSF 1.1 specification, so it was a very unpleasant surprise when trying to migrate to JSF 1.2 and Faceletes. As far as I can see the problem lies in the use of dynamic javascript functions in the 'jsfcljs'-function. The browser fails to process the inline functions like this: f.dpf = function()  {...}Has anyone encountered this issue too, and if so, could you please tell me if you've found a workaround?
    Is this a known issue or bug (searched for it but couldn't find) and if it is a bug, when can we expect to see a fix for it?
    A great many thanks for any help !!!

    If you build mobile first, you don't even need to specify a media query for it.  It is the default layout.
    body {font-size:75%}
    Further down in your CSS, add a media query with rules for tablets:
    /* Special Rules for Tablets */
    @media only screen and (min-width: 482px) and (max-width: 1024px) {
         body {font-size:100%}
    Finally, add a media query with rules for desktops:
    /* Special Rules for Desktops */
    @media only screen and (min-width: 1025px) and (max-width: 1280px) {
         body {font-size:135%}
    Happy 4th of July!!
    Nancy O.

  • Rendering webcenter portal in mobile devices

    Hi,
    Recently I have been doing a lot of POC's to render a webcenter portal in a mobile device . But nothing has turned fruitful so far.
    Can you guys point me the correct direction to render a webcenter portal in a mobile device.
    Any help is highly appreciated.
    Thanks in advance.
    Regards,
    Anand
    Edited by: Anand on Oct 9, 2012 3:31 AM

    Yannick Ongena wrote:
    There's more to do it than just the HTTP protocol.
    There is also javascript, css which causes most of the issues.
    If you build your website and define in your css that the width of a page is 1000px than you can imagine it will not show up properly on a mobile phone...
    Some mobile phones don't support the latest features in javascript.
    ADF uses a lot of PPR which depends on javascript and if the mobile/table browsers don't support those features than you will loose a lot of functionality.Agreed, css might cause formatting issues and extensive Javascript usage might not work on tablets or mobiles browsers. Thanks!

  • RDP for mobile devices

    I'm trying to launch the RDP client from mobile devices in javascript by using the URI scheme, but it's not working. This is the url I'm using;
    rdp://full address:s:mypc:3389&audiomode:i:0&disable
    themes:i:1
    Please explain its use. for example, do I need to write "mypc"? 
    The only documentation I found is on this page;
    http://technet.microsoft.com/en-us/library/dn690096.aspx
    But I need more details about the parameter for "full address".
    Thanks

    My vote!

  • Rich Media and mobile devices

    Hi,
    I have opened a discussion at javascript forum but they tell me that mobile devices do not read javascript http://forums.adobe.com/message/4741591
    The point is that Rich Media Annotations can not be seen in mobile devices, android tablets, ipad.
    Is there any way to give a warning to the mobile device user that the PDF has Rich Media Annotations and a Windows or Mac Pc is needed to see it right?

    See http://forums.adobe.com/message/4740888#4740888. Please don't post the same question multiple times, it makes it difficult for other users to search for answers.

Maybe you are looking for

  • Can I add a calendar such as ical or google calendars and have it expand the date?

    In Google calendars or iCal you click on the date in the month view and you see the day itself listed with what is going on that day.  Is there a way to add an ical or google cal to iweb that would show the full month, but when the particular day is

  • Saving a Signed PDF, without the '-signed' suffix being added to the filename

    I am experiencing an issue with Adobe reader 11. I have a number of users who will be authorizing and signing invoices with a digital Jpeg signature (not Echosign). The intention is then to save the file in the same location on the Network, replacing

  • Solution manager 4.0

    We want exporting settings Maintenance Optimizer. How to fix it? Best regards, Maksim

  • How to create reports in web ui.

    Hi, I want to create one report in web ui with all open transactions for a sales employee. The open transaction is campaings, activities and opportunities. For campaign what are the bapi or function module we need to use to retrieve the data. Can you

  • Ipod nano 7G "Other" option

    how can i delete data in "Other" option beside music and videos shown in iTunes when i plug my iPod nano 7G to laptop and open iTunes?