Issues listening to document touchstart, touchmove, touchend

Adobe Content Viewer doesn't honour subscriptions to touchstart, touchend and touchmove events failing to propagate unhandled events to the logical ancester, the enclosing Content Viewer. Previously a prototyped worked in the OSX Content Viewer emulator.
Where the entire screen is touchable, providing a custom interactivity not easily represented with block level elements, events do not bubble up to the Content Viewer regardless of whether they explicitly prevent propagation. Merely handling the events blocks all Content Viewer navigation menu interaction.
E.g. An unhandled tap event should reveal the Content Viewer navigation controls.
document.body.addEventListener('touchstart', function (e) {
  /* handle event */
  // Expect: Event propagation continues, navigation
    controls are revealed.
  // Actual: Event propagation is consumed by the 'page'
    and doesn't reveal Content Viewer navigation
    controls
document.body.addEventListener('touchstart', function (e) {
  e.stopPropagation();
  // Expect: Event propagation stops, nagivation controls
    are not revealed.
  // Actual: Event propagation is consumed by the 'page'
    and doesn't reveal Content Viewer navigation
    controls.
Further example:
var mousedown = function (evt: JQueryEventObject) {
    var sx = self.PageX(evt) - $(container).parent().offset().left;
    var sy = self.PageY(evt) - $(container).parent().offset().top;
    // Handle event
    var result = self.MouseController.MouseDown({ x: sx, y: sy });
    // Consume event
    if (result === ConsumeEventType())
        return false; // equivalent to evt.stopPropagation();
    // Propagate event
    console.log('Propagating event');  
$(container).bind(isMobile ? 'touchstart' : 'mousedown',
  mousedown);

im having the same problem... any luck of finding an answer?

Similar Messages

  • Touchstart, Touchmove & Touchend Help Please

    Hi There.
    I have been working on on a Drag Touch start, move and end project.
    What I am trying to do is move / drag an item on an ipad so that when it reaches a certain area on the stage it creates an event- for example. Hide or show an object.
    I have had limited sucess with the code below. But I have found that it does not always work. It depends where the "iTouch Move Item" is related to the "Hot" area.
    I am trying to work out a way of creating events when the "Touch Move Item" is at a certain location on the stage.
    Please note... I can not and will not use any extra plug ins. (Sorry -  Not being stubborn).
    I have tried to write a script that if the "Touch Move Item" is less than 100px X and is less than 100px Y but more than 20px X and more than 20px Y then event happens.
    The only way I have been able to do it is by adding other objects "hota & hotB"
    Any help or advice would be cool
    Please see the code that I have done so far.
    Cheers Jake
    >>>>>>>>>>>>>>>>>>>
    $().ready(function(){
        document.ontouchmove = function(e){ e.preventDefault(); }
    //Var for items. Hot - Hot spots
    var TouchMoveItem = $(this.lookupSelector("TouchMoveItem"));
    var hota = $(this.lookupSelector("hota"));
    var hotb = $(this.lookupSelector("hotb"));
    sym.$("box").show();
    //Get vqr for width and hight of TouchMoveItem
    var TouchMoveItemWidth =  parseFloat($(TouchMoveItem)[0].style.width);
    var TouchMoveItemHeight =  parseFloat($(TouchMoveItem)[0].style.height);
    //touchstart
    $(TouchMoveItem)[0].addEventListener('touchstart', function(e) {
      }, false);
    //touchmove
    $(TouchMoveItem)[0].addEventListener('touchmove', function(e) {
    $(TouchMoveItem)[0].style.left = "" + ((e.touches[0].pageX)-TouchMoveItemWidth/2)+"px";
    $(TouchMoveItem)[0].style.top = "" + ((e.touches[0].pageY)-TouchMoveItemHeight/2)+"px";
    if (((TouchMoveItem)[0].style.left > ((hota)[0].style.left) && ((TouchMoveItem)[0].style.top > (hota)[0].style.top)) 
    && (((TouchMoveItem)[0].style.left < (hotb)[0].style.left) && ((TouchMoveItem)[0].style.top < (hotb)[0].style.top))){
    sym.$("box").hide();
    }, false);
    //touchend
    $(TouchMoveItem)[0].addEventListener('touchend', function(e) {
    }, false);

    im having the same problem... any luck of finding an answer?

  • Auto print of Goods Issue/Transfer Posting Documents by Movement type

    Hi,
    We have created two different output types to print the layout's of Goods Issue/Transfer Posting Documents.
    The requirement is to default the message in the document by movement type (key combination)
    Meaning if it is 201 it should populate GI output type
    If it is 313 it should populate TP output type.
    we do not have any standard key combination  (NACR) by movement type wise.
    Any alternative way of meeting this requirement?
    Thanks
    Regards
    Ram

    Hello Kevin,
    I donu2019t think it is necessary to use a user exit to keep the Material B (that is transferred from Material A) in the same bin.
    This can be controlled in the customizing: indicator Post to same bin, that can be set in the WM Movement type (V_T333-KZUAP) and in the Storage type (V_T3010-KZUAP).
    Now I donu2019t know your business process but I am surprised that Material B requires more space than Material A since it is u2018bornu2019 by means of a transfer posting and not a production or packing step that makes it bigger in terms of capacity required.
    A workaround for this could be to transfer (LT10) Material A first to a separate Storage type (with the Post to same bin-flag set) that has no Capacity check and after the 309 posting transfer it back into the warehouse with LT10.
    Success and thanks beforehand for any credits!
    Kind regards,
    Bart

  • Issue in Delivery document Status update

    Hi ,
    We are facing serious issue in delivery document delta extraction via Delivery item Datasource (2LIS_12_VCITM). This leads to incorrect Pending logistic figures in stock and dispatch report. Details for the issue are as follows.
    Datasource used : 2LIS_12_VCITM
    Issue Description :
    The goods movement status flag (WBSTA) field from the ECC table VBUP is not correctly extracted by the standard deliveries item datasource (2LIS_12_VCITM) during delta loads.
    Steps taken to rectify the issue
    -     We have removed the commit work statement and applied in parallel update task in ECC. Include : ZSD_INCL_DEL_SAVE_FINS
    -     Setup tables for Delivery were filled in ECC.
    -     Historic data was deleted from the Delivery cube in  BW
    -     Data was pulled into PSA (Info package u2013 Full Update)  from where it was loaded to DSO in overwrite mode  (Historic data was not deleted from DSO)
    -     Data from DSO to delivery cube was loaded with DTP setting as Full Update.
    -     After complete data was updated in Cube the DTP setting were changed to Delta.
    -     Delta info package was scheduled  for the capturing the document changes from next load.
    -     Goods Movement status for all the documents created till this point was exactly similar to the status in ECC.
    -     The goods movement status flag (WBSTA) field from the ECC table VBUP is not correctly extracted by the standard deliveries item datasource (2LIS_12_VCITM) during delta loads.
    Example              :
                                    Delivery document no:  2131260470 is pulled with goods movement status u201CAu201D in firstly load (here BW Delivery status matches
                                        With ECC )
                                   Before next delta load status in ECC (WBSTA) changes to u201CCu201D (PGI Complete) along with updated u201CGoods Issue Dateu201D
                                   Extractor fails to capture the change in document ,thus status in BW remains as u201CAu201D with no date updated in u201CGoods Issue Dateu201D
                                       field.
    Steps for Reconstruction :
    1)     Check the value of Goods movement status and actual goods issue date fields in the PSA for the datasource 
    2LIS_12_VCITM in BW for the sample delivery mentioned in the attached file
    2)     Compare these values with the ones in the ECC table VBUP.
    Kindly help at the earliest.
    Regards,

    Hi,
       Could anyone please reply as its quite critical.
    many thanks in advance,
    regards
    pramod.

  • Issue With Sales Document Type in BW.

    Dear Experts,
    I am facing an Issue with Sales Document Type(Object name is 0DOC_TYPE).
    when i am loading data from R/3 to BW It is converting Sales Document type as follow
    Sales Document Type in R/3                         Sales Document Type in BW
    OR                                                                        TA
    CR                                                                        G2
    DR                                                                        L2
    I check with an ABAPer and he told that there is conversion exit for this Object so that's why it is converting when sending to BW. But the user wants to see in Report same as it is in R/3 like OR, CR DR ... etc.
    I have done some investigation and found that the conversion exit (CONVERSION_EXIT_AUART_INPUT and CONVERSION_EXIT_AUART_OUTPUT) are converting the values based in the table TAUUM
    The staructure of TAUUM is
    MANDT(Client)  SPRAS(Language) AUART(Sales document type (not converted)   AUART_SPR(Language key for sales document type)
    and values are
    100 E TA OR
    100 E G2 CR
    etc....
    The same Conversion exits(CONVERSION_EXIT_AUART_INPUT and CONVERSION_EXIT_AUART_OUTPUT) and table TAUUM are available in BW as well. So i thought I can Use InfoObject 0DOC_TYPE by changing it's conversion Routine as AUART(which runs based on the above mentioned conversion exits).
    but the the problem is table TAUUM(Pool Table) does't have any data in BW.
    So can anyone tell me is there any option to load data into table TAUUM from R/3 or any other option to solve this issue.
    Your ideas will really help's me.
    Thanks in advance,
    Dara.

    Hi Venkat,
    Thanks a lot for your immediate response.
    The InfoObject 0DOC_TYPE was without conversion exit by default. but when data coming from R/3 it is converting and sending to BW So that's why i am planning to use conversion exit "AUART" in the info Object.
    I checked data in R/3 using RSA3 it is showing sales document type as "OR" and for the same transaction data when i checked in PSA it is showing as "TA".
    Could you please let me know if there any other options.
    Thanks in advance,
    Dara.

  • Only Return the latest issue of a document

    Hi all,
    I am trying to work out a script to only return the latest issue of a document. In the example below if I was using the correct statement I would only return the issue 3 records (AAA and AAB)
    I am not sure what syntax/operator to use, can anyone help me..
    Document Issue
    AAA 1
    AAA 2
    AAA 3
    AAB 1
    AAB 2
    AAB 3
    I have tried the group by expression and the MAX operator...... to no avail....

    Is this what you need?
    SQL> CREATE TABLE dt_test_docs (        doc_id varchar2(10),
      2                                                     ver number,
      3                                                     updated_by varchar2(10),
      4                                                     updated_timestamp timestamp
      5                                             )
      6  /
    Table created.
    SQL> INSERT INTO dt_test_docs
      2  VALUES('ABC',1,'user1',systimestamp-3)
      3  /
    1 row created.
    SQL> INSERT INTO dt_test_docs
      2  VALUES('ABC',2,'user2',systimestamp-2)
      3  /
    1 row created.
    SQL> INSERT INTO dt_test_docs
      2  VALUES('ABC',3,'user2',systimestamp-1)
      3  /
    1 row created.
    SQL> INSERT INTO dt_test_docs
      2  VALUES('ABC',4,'user3',systimestamp)
      3  /
    1 row created.
    SQL> INSERT INTO dt_test_docs
      2  VALUES('DEF',1,'user3',systimestamp-3)
      3  /
    1 row created.
    SQL> INSERT INTO dt_test_docs
      2  VALUES('DEF',2,'user3',systimestamp-2)
      3  /
    1 row created.
    SQL> INSERT INTO dt_test_docs
      2  VALUES('DEF',3,'user2',systimestamp-1)
      3  /
    1 row created.
    SQL> INSERT INTO dt_test_docs
      2  VALUES('DEF',4,'user1',systimestamp)
      3  /
    1 row created.
    SQL>
    SQL> SELECT
      2     doc_id,
      3     ver,
      4     updated_by,
      5     updated_timestamp,
      6     max_ver
      7  FROM
      8     (
      9     SELECT
    10             doc_id,
    11             ver,
    12             updated_by,
    13             updated_timestamp,
    14             MAX(ver) OVER(PARTITION BY doc_id) max_ver
    15     FROM
    16             dt_test_docs
    17     )
    18  WHERE
    19     max_ver = ver
    20  /
    DOC_ID            VER UPDATED_BY UPDATED_TIMESTAMP                                                      MAX_VER
    ABC                 4 user3      06-SEP-06 05.31.19.242000 PM                                                 4
    DEF                 4 user1      06-SEP-06 05.31.19.304000 PM                                                 4

  • Project Server 2013: Empty issues, questions and documents list in the PWA task details pane

    Project Server 2012, SharePoint 2013
    I have a task with a few attached issues, risks and documents. And I see links to that in the PWA project plan (as icons).
    But when resource open his PWA task pane attachment lists (issues, risks and documents) are empty.
    Why? How to add documents in that lists?

    Hi,
    I have a solution that might work for you, please follow steps below:
    1) Go to your project schedule, make a small modification to any task on schedule and 'Publish' the project.
    2) While your project is being published and saved, open another window 
    Server Settings -> Manage Queue Jobs
    3) Here you can view the progress of your current Project Publishing update, check if all goes smooth and your project is published successfully without indicating any errors of issues like :
    Reporting transfer WSS links failed ( to view any error look at the last column of table on Manage Queue Job page)
    4) Also in your Project window see if the project is published and not saved as Draft.
    Basically this will give you a fair idea of your project being published or not, if not that there is some problem with your Lists ( Risks, Issues and Documents).
    Regards

  • Alternative for TouchBegan ,TouchMove & TouchEnd ?

    hi.....Every one.
    I want to know about alternative for Touch Began ,TouchMove ,TouchEnd for Events .
    I need this requirement in my application .
    I am working with TouchBegan &TouchMove & TouchEnd in my Project.
    but i dont want to use thse Methods in everytime when ever i required.
    Example like............
    I have an object that is SELECTED or not .how can i acheive this
    Is it right way  what i am asking to yours ?

    I came across this at one of the forums.
    http://www.html5canvastutorials.com/labs/html5-canvas-animals-on-the-beach-game-with-kinet icjs/#comment-35389
    I'm just not too sure how to adapt it for Adobe Edge. Someone ever had this problem before?
    Thank you.

  • Authoriztion for Goods Issue/Goods Reciept documents

    Hi..
    I want to authorize the two users who create goods issue/goods reciepts. Each of them should acces only his goods issue/goods reciepts documents
    I haver not found Goods issue/Goods reciept document on "Data Ownership Exceptions" window and checked  "enabler ownership filteration"  as well.
    please let me know how to achieve this..
    Regards
    Akriti

    Data Ownership would only apply to marketing documents.  However, Goods Issue/Goods Receipt documents are not parts of marketing documents.  Therefore, this function is not yet available.  You may use SDK, SP or add-on to achieve your goal.  Or post a DRQ here:
    /community [original link is broken]
    Thanks,
    Gordon

  • Firefox ShadowDoc out of sync, how do I issue a "cache document" command?

    frequently getting error message that ShadowDoc is out of sync because typing or pasting of text has been detected. Issue a "cache document: command to sync Dragon Dictate with your document

    The only information I could find on this error is over 3 years old.
    However the cache has permissions on each website. If you click on page info for a site that may be asking for cache access, you can check the permissions to store offline cache info.
    Please also ask for help from the software's support, they may know what's going on.

  • Issue listeneing queue from Weblogic Cluster server with multiple managed server

    Haveing issue listeneing queue from Weblogic Cluster server with multiple managed server.
    Weblogic Cluster structure is like
    Weblogic Cluster01
      --ManagedServer01(http://server01.myhost.com:7001)
      --ManagedServer02(http://server02.myhost.com:7001)
    JMS Servers
      JMSserver01 targeting: ManagedServer01
      JMSserver02 targeting: ManagedServer02
      JMSmodule
      ConnectionFactory01 targeting:JMSserver01,JMSserver02
      UDQueue01 targeting:JMSserver01,JMSserver02
    Uniform Distributed Queue in Monitoring tab showing like this
      mysystemmodule!JMSserver01@UDQueue01
      mysystemmodule!JMSserver02@UDQueue01
    So when I am sending message to any Host(by specifying the provider URL) its distributing equally on both server like
      mysystemmodule!JMSserver01@UDQueue01 10
      mysystemmodule!JMSserver02@UDQueue01 10
    But when try to listen message from these queue, it is listening from one server, for which URL given to connect.
      mysystemmodule!JMSserver01@UDQueue01 0
      mysystemmodule!JMSserver02@UDQueue01 10
    untill I connect to other server by giveing its URL, will not able to access other message left on the queue.
    Solutions that tried
      1) we have tried give both server URL coma sparated in provider URL
    we need to configur same scenario for 5 managed server with 3 listener on other servers.
    Do any one have solution for this.

    You need to have:
    1. Consumers connected to each UDQ member
    OR
    2. If no consumers in some of the members is expected, you can configure Forward Delay (specify the amount of time, in seconds, that a queue member with messages, but with no consumers, will wait before forwarding its messages to other queue members that do have consumers):
    http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13952/taskhelp/jms_modules/distributed_queues/ConfigureUDQGeneral.html
    For example you can set it to 10 (10s)
    Additional Information here:
    http://docs.oracle.com/cd/E23943_01/web.1111/e13727/dds.htm#i1314228
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13951/mbeans/DistributedQueueBean.html?skipReload=true#ForwardDelay
    How Does JMS Load Balancing Work with Distributed Queues and Uniform Distributed Queues? (Doc ID 827294.1)
    I hope this helps
    Best Regards
    Luz

  • Anyone having issues sharing a document on Numbers with Yosemite and iCloud drive? I am just getting a connecting to iCloud when I hit share by email but it never does, just keeps spinning

    Anyone having issues sharing a document on Numbers with Yosemite and iCloud drive? I am just getting a connecting to iCloud when I hit share by email but it never does, just keeps spinning

    Yes, I am having this problem too (although I was sharing via a "copy link" command, not via email). My workaround fix was to log into iCloud.com via Safari and get the share link there.

  • Hello, I have installed a new Laserjet Pro M1217nfl using Wi-Fi. My laptop prints everything e-mails, Word documents etc. My iPad 3 (latest issue) only prints documents using Wi-Fi so has clearly recognised the printer. How can I prin e-mails using iPad 3

    Hello, I have installed a new Laserjet Pro M1217nfl using Wi-Fi. My laptop prints everything e-mails, Word documents etc. My iPad 3 (latest issue) only prints documents using Wi-Fi so has clearly recognised the printer. How can I print e-mails? Thanks.

    In the email you want to print, on the top right there is an arrow. Click that and an option should appear that says print. That should work. Have you already tried that?

  • Hi! So I am using a MacBook Pro with Retina Display, and I am having some trouble issues with sharing documents on Google.

    I am part of a 2 person group, who's entering a documentary for the NHD competiton. If you don't know what that is here's a link: http://www.nhd.org. Anyway, that doesn't really matter. What does matter, is that my partner and I, we're using Final Cut Pro X to make the documentary. I downloaded the Final Cut Pro X trial on my MacBook Pro so I could work on our documentary at home. My partner Cecilia, wanted to work on it as well, but using Windows Media Player or something like that. My family uses a lot more Apple than windows. So I come home, work a little on our documentary, go under file ---> share ------> masterfile---> settings-----> Video Codec -----> H.264. A couple seconds/ miniutes (it didn't take very long) later, I see our documentary as a Quick Time file pop up under my documents. I then log into gmail. i click compose, type in my partners e-mail, and then click the little paper clip to attach my new quick time file. Considering that it's 11 minutes long and is filled with media and audio, It's no suprise when I see that it exceeds the limit of ...gigabytes i think. So i send it to her using google drive. However, a couple minutes later, my partner says that she can see the file, but can't seem to download it. I double-check and make sure that I, as the owner, allowed her to edit the file. Then I check to see if i accidently clicked: "Prevent viewer from downloading" which I hadn't. Then i, myself, click on the file and click download and it works fine for me, but apparently doesn't work at all for her windows computer. This means that there's somethig wrong with her computer, or I did something wrong while sharing the file. Any ideas as to why the whole downloading process worked on my Apple Laptop and not her Windows Computer?

    These links might provide some information that may be of help.
    http://support.apple.com/kb/TA20831
    https://discussions.apple.com/message/2035035?messageID=2035035
    I've encountered this error myself upon occasion.  If I remember correctly, it was a permissions/ownership issue with the some of the files I was copying.

  • 11.0.10 Update Issue -  Problem saving documents - getting message "This document could not be saved.  There was a problem reading this document (21)."  The PDF documents are being created by Esker VSIFax and the problem is only occuring with updated vers

    Our IBM Unix system uses a program called VSIFax (Esker) to create PDF documents such as invoices.  Users that have updated to Acrobat version 11.0.10 can open the PDF but then when trying to save the document the get a message "This document could not be saved.  There was a problem reading this document (21)."  The problem is only occuring with updated version 11.0.10 (11.0.9 works fine).

    More information about this issue can be found here:
    https://forums.adobe.com/thread/1672655
    A "quick" fix that worked for me was to uninstall Adobe... then download the base install for Adobe Reader 11.0.
    Then download each of the individual updates and run them sequentially. 
    I've installed back up to the last security update which is version 08 and have been able to do normal Save As operations.
    You will have to disable automatic updates in order to stay at version 08 until Adobe resolves this issue in a later release.
    http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    Adobe Reader 11.0 - Multilingual (MUI) installer    AdbeRdr11000_mui_Std
    Adobe Reader 11.0.01 update - Multilingual (MUI) installer    AdbeRdrUpd11001_MUI.msp
    Adobe Reader 11.0.02 update - All languages    AdbeRdrSecUpd11002.msp
    Adobe Reader 11.0.03 update - Multilingual (MUI) installer    AdbeRdrUpd11003_MUI.msp
    Adobe Reader 11.0.04 update - Multilingual (MUI) installer    AdbeRdrUpd11004_MUI.msp
    Adobe Reader 11.0.05 security update - All languages    AdbeRdrSecUpd11005.msp
    Adobe Reader 11.0.06 update - Multilingual (MUI) installer    AdbeRdrUpd11006_MUI.msp
    Adobe Reader 11.0.07 update - Multilingual (MUI) installer    AdbeRdrUpd11007_MUI.msp
    Adobe Reader 11.0.08 security update - All languages    AdbeRdrSecUpd11008.msp

Maybe you are looking for