Draggable interaction not working on android

I'm using Jquery UI draggable in a project of mine, a cross-platform app.
The draggable part works on iOS and Android - the element can be dragged, though it seems to be more offset the farther I drag it.
However, the draggable element's position should trigger a hide/show action on another object along with an audio event. This works fine on iOS but not on Android.
My code is as follows:
//Make element draggable
sym.$("MOWER").draggable({ containment: "parent", axis: "x" });
//Draggable element affects other element and plays sound
sym.$("MOWER").touchmove(function(e) {
  m=1;
      if($(e.target).position().left>284){
          sym.$("MOOSHI_BACK").show();
          sym.$("MOOSHI_FWD").hide();
          playPGAudio(getPGPath() + "media/SFX_MooshiBark.mp3");
      }else{
          sym.$("MOOSHI_BACK").hide();
          sym.$("MOOSHI_FWD").show();
Both parts of the code are in compositionReady. This is necessary because of the audio, if I attach the play audio script to the element itself it won't play.
However, I have tried the script on the element as well but I get the same result, it drags but doesn't trigger the hide/show
Thanks in advance for your help...
Justin

Sections are not supported on Android. I'll make that clearer in the documentation. Here's the only place it's mentioned:
http://helpx.adobe.com/digital-publishing-suite/help/supported-feature-list.html

Similar Messages

  • "Flash Player" will not work on Android 4.0.3!

    I recently purchased  new Samsung tablet 2 (10.1) which operates on Android 4.0.3 (Ice Cream Sandwich)
    I have since found out that “Flash Player” will not work on Android 4.0.3
    (Ice Cream Sandwich) as adobe is no longer supporting android OS above 4.0
    This means I now have many “apps” that I can not us because they require
    “Flash” to operate!
    Can you assist with this problem?
    Is there a patch I can buy to allow flash to work on Android 4.0.3?

    Moving this discussion to the Installing Flash Player forum.

  • Why the buttons created by Acrobat XI in window do not work in android mobile or ipod touch?

    Why the buttons created by Acrobat XI in window do not work in android mobile or ipod touch?

    Hi,
    Could you please send us a test file which has those form buttons? Please email that file to us at DL-adobereader-android <[email protected]>
    Thanks,
    - Reader Mobile team

  • Odata webservice post method is not working in Android Lollipop?

    Hi All,
               I have a odata posting webservice that is working fine in Android Kitkat version but that same service is not working in Android Lollipop version. please assist me.

    Any errors, exceptions, etc?

  • Autoplay for slideshows not working anymore (Android)

    Hi,
    The Autoplay feature for Slideshows on an Android Viewer does not work anymore (App Version 3.4.1.2.91513, v29, Android 4.2, build today with latest DPS App Builder). It's an 1024x768 px sized folio with PDF, v28.
    Anyone else having this problem?
    EDIT:
    - The same problem for HTML content (vimeo video placed as well as an Edge Animation).
    - Some Overlays such as slideshows show with crappy quality and the text is not readable.
    EDIT2:
    - HTML Content always overlays other interactive features, like MSO's. The order on the iPad and in InDesign (MSO has a higher layer) is OK.
    Thanks,
    Yves

    It was change because laptop owners couldn't keep from accidentally hitting the power button when reaching for the delete key.
    Press and hold for about 2 seconds to get sleep.
    Press and hold for about 4-5 seconds for dialog box.
    Press and hold for about 10 seconds to force shutdown.

  • Excite PRO 3G connection not work after Android v4.3 update

    Hello,
    I live in Italy and on last Sunday (january 26th) my Excite PRO tablet (model AT10LE-A-10H) got the Android version 4.3.201121220.35.
    After restart my wifi works fine, all other app work fine, but my 3g connection doesn't work, mobile network bar is empty and it says "no service".
    My sim card is ok. I used this sim card before the system update and I didn't get any problem with Android 4.2.2.
    Please help me.
    Thank you

    >After restart my wifi works fine, all other app work fine, but my 3g connection doesn't work, mobile network bar is empty and it says "no service".
    Go to the mobile network settings and search again for the 3G network.
    I had similar problem with my Android Smartphone and my o2 provider
    I started new search, then I chosen the O2 again and then I could solve the problem.
    In case this does not work for you, recommend you to reset the tablet back to default (factory settings)

  • Sprinboard screen does not work on android device

    Hi experts,
    I have a mobile application that i coded on JDEV 11.1.2.4. And i deploy via sdk android-4.3 version. I set DefaultSpringboard on adfmf-application.xml file.
    When i deploy on AndroVM or another Android VM either SDK Emulator, i can see springboard screen properly. But deploy on real devices (tried with Android 4.1.1 Tablet, Android 4.1.2 Sony experia phone, Android 2.3.5 HTC phone) could not see anything, just seen black screen with header(written as applicationName) AdfmfContainerUtilities.showNavigationBar(); does not work also.
    How can i resolve this?
    Also i tried to create completely new adf mobile application that contains only 2 feature and applied the scenerio, it fails on real device too. I think that the problem is on loading featureList. Because when i created an amx page and set as CustomSpringboard. It works
    Please help me..
    brgds
    I m adding my adfmf-application.xml file content, essentially i tried almost all different setting in it.
    <?xml version="1.0" encoding="UTF-8" ?>
    <adfmf:application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:adfmf="http://xmlns.oracle.com/adf/mf" name="MLMobilKatalog"
                       id="com.accmee.MLMobileCatalogue"
                       appControllerFolder="ApplicationController" listener-class="com.accmee.application.LifeCycleListenerImpl">
      <adfmf:featureReference id="com.accmee.Login" showOnSpringboard="false" showOnNavigationBar="false"/>
      <adfmf:featureReference id="com.accmee.productList"/>
      <adfmf:featureReference id="com.accmee.productDefinition"/>
      <adfmf:featureReference id="com.accmee.favourites"/>
      <adfmf:featureReference id="com.accmee.messages"/>
      <adfmf:featureReference id="com.accmee.categoryDef"/>
      <adfmf:featureReference id="com.accmee.exit"/>
      <adfmf:featureReference id="com.accmee.menu" showOnNavigationBar="false" showOnSpringboard="false"/>
      <adfmf:featureReference id="com.accmee.menuList" showOnNavigationBar="false" showOnSpringboard="false"/>
      <adfmf:preferences>
        <adfmf:preferenceGroup id="application">
        </adfmf:preferenceGroup>
      </adfmf:preferences>
      <adfmf:navigation>
        <adfmf:navigationBar enabled="false" displayHideShowNavigationBarControl="false"/>
        <adfmf:springboard enabled="true" showSpringboardAtStartup="false" displayGotoSpringboardControl="false" animation="none"/>
      </adfmf:navigation>
    </adfmf:application>

    Per the release notes, Wallaby only supports Chrome and Safari at this time.
    And yes, it only works with Adobe Flash Professional CS5 files. To use older Adobe Flash Professional files you can resave them in CS5 and then run them through Wallaby. This is a technology preview (not a product) and therefore has certain limitations that might not exist in a shipping product.
    You mention this doesn't work on an itouch G3. You mean an iPod touch G3, yes? What version of iOS do you have installed on your iPod touch? This may be related to incorrect serving of SVG content (if you are using apache) and so you may need to update your .htaccess file in apache per the Wallaby technical tips page.
    Michael O'Rourke
    Adobe Wallaby Team

  • HTML5 does not work in Android 5 and Ubuntu

    Hi! Today my tablet Google Nexus 7 updated to Android 5, and I noticed a problem with Firefox. I noticed that does not work HTML5 mp3 player / It can be seen on the website http://audiobook-online.com/?page_id=2971. Instead of playing a song, it is suggested to download the file. This same problem in Ubuntu system on a netbook Emachine M350. In Google Chrome everything is fine. This can be seen in the screenshots.
    http://pixs.ru/showimage/Screenshot_6315323_14799085.png
    http://pixs.ru/showimage/Screenshot_2281471_14799099.png

    Yes this is a known issue. You will need to use Firefox Beta until Dec 1 or so to get h264 video playback. There are two other codecs webm and ogg video that continue to function. So sites that support multiple formats should continue to work.

  • Group Messages Not Working between Android and iPhone Users on iOS7

    Hi there,
    I am a former iPhone user.  I recently converted both my line and my wife's line from the IPhone 5 to a Motorola X Android phone.  We kept our same phone numbers, but we completely switched from Verizon to AT&T.  I have noticed that text messaging works perfectly on an individual basis when I correspond with individuals who have the iPhone, but Group Messaging is not working correctly.  I am able to send messages to a group and they receive them just fine, but when they respond back to me, I do not receive their responses (as it appears they are going through as iMessages).  My wife is having the same issue on her phone.  After doing some detective work, I have found that hundreds of other users are having the same issues on their smartphones when they make the switch from an Apple product to an Android phone.  There are a variety of "bug fixes" listed on the web, but I have completed all of them and I am still having the same issue.  Here is what I have done so far...
    *Factory reset both of our phones and removed the SIM cards (since we are with a new phone carrier)
    *Changed both of our apple ID passwords
    *Removed both of our phone numbers from Apple's database all together
    *Unregistered both of our iPhone products with Apple
    *Had all of my friends/family switch SMS to "On" in their Settings tab
    So now what?  I read one post on an Apple forum that said that they are aware of the issue and we can expect a fix in a future iOS update...but when is that going to occur, if at all?  It is problems like these that led me to leave Apple all together, and here I am after having left the company, and I am still left high and dry searching for solutions to my problems.  Who can help, and how can I remedy the situation?
    Anything you can provide to help out would be great.
    Thanks.

    There are reports of iOS7 altering the settings on iMessage's connection to the iPhone. Verify that each of the iPhone and the Mac is receiving on the "channel" (phone number or email address) on which the other is initiating iMessages.

  • Navigate Value Interaction not working with UNIONs displayed as pivot

    hi all - If created dozens of requests the uses drilling. Now I'm getting strange behavior in a certain scenario...
    I have a request that is a pivot view and contains UNIONs. One of the columns, employee name, is set up as 'Navigate' for the Value Interaction property. The request drilled to has employee name set up as 'Is Prompted' in the criteria.
    If the main request is displayed as a table view, the drilling works fine - the drilled to request opens with the intended employee that was clicked on in the main request. However, if the main request is a pivot view (which is the view I want) instead of a table view, the drilling does not work as intented - the drilled to request opens with all the employee names. I just want to drill on the clicked upon employee, not all the employees.
    I'm using OBIEE 10.1.3.4.
    Any suggestions as to why this would work as a table view but not as a pivot view?
    Thanks!

    The best solution is to define hyperlink for the detail report in the report column itself. Change the expression of column to HTML hyperlink. (Make sure value interaction is disabled) Use Go URL syntax to navigate to detail report and pass parameter, something like below:
    <pre>'&lt;a href=”saw.dll?Go&Path=/Shared/ReportName&Action=Navigate&P0=1&P1=eq&P2=Emp.Name&P3=’ || Emp.Name || ‘">’ || Emp.Name || ‘&lt;/a>’</pre>
    This link has more details:
    http://www.iwarelogic.com/2010/09/integrating-oracle-obiee-content-using-go-url-850/
    http://www.iwarelogic.com/wp-content/uploads/blogimg/2010/09/image006.jpg
    Hope this helps

  • Flex Socket not working in Android Gingerbread

    Hi,
    I am having this mobile application where it will connect to Air ServerSocket deployed in desktop machine. The problem is socket connection is not working in my device running Android 2.3.5 while it id working on the other device running 4.2.2. Please help.
    Best regard,
    Victor

    do your IE has installed flashplayer plun-in? if so, is plug-in enabled?

  • Learning Interactions not working in Chrome

    This is my first time using Captivate (8.01).  My problem is that 3 widgets/learning interactions are not working when viewed in Chrome. It is a responsive project. They work fine in Safari.
    Would greatly appreciate any information about how I can fix this. Thanks.

    Yes. Jeopardy, Process Circle and Millionaire. I did find out (through a nice, long  -and helpful -chat with Adobe support) that these interactions will work on the Chrome browser when accessed from an LMS. I needed to send them out to reviewers because I didn't have access to an LMS. I just defaulted and asked them to use a different browser.
    Thanks for replying and offering to help.

  • Air mobile encryptedlocalstore not working at android

    hi,
    i have a problem in my mobile application
    i use encryptedlocalstore to store user id and password and packaged apk with captive-runtime
    but some device without adobe air, store and get data with encrypedlocalstore not working
    when i install adobe air at this device, encryptedlocalstore working.
    it bug with packing apk captive-runtime?
    i use flash builder 4.6 and air sdk 3.1

    Just check the reviews on the Google Play store. Tons of people reporting probelms with the update to Android 5.0
    Tye Bandy February 11, 2015
    Remote doesn't work No longer has remote feature after Lollipop update to Galaxy S5
    Mike de Gouveia February 8, 2015 
    Not compatible with Android L This was an OK app before I updated my S5 to lollipop. It was a bit glitchy with scheduling recordings and scrolling through TV listings before, but now it is just terrible and does not even allow me to use the app as a remote control and is always crashing. I'm keeping the app because I'm hopeful that they will resolve the compatibility issues because it is pretty convenient having an app running off the WiFi to control the DVR. I will submit a new review once they do.
    Robert DeNuto February 9, 2015
    "restore to factory settings and try again." I contacted FiOS support because after updating my S5 to Lollipop, the app would no longer recognize that I was connected to my FiOS router. As a result, I couldn't change the channels on my FiOS set top box or watch FiOS programs on my phone
    Juston Ling
    Please fix the Lollipop S5 issue The remote portion is the only reason to have this app, and since it had been rendered useless ever since Lollipop was pushed - I have to rate 1 star. Once fixed I will gladly update
    Len S. February 12, 2015
    Remote don't work on App

  • IOS Group Messaging not working when Android phones are involved

    Group Messaging not working for me when there are both Iphones and Androids involved. iPhones still using iOS 7 don't seem to be having problems leading me to believe this is an iOS 8 problem. Is there a workaround for this yet, or is this a legitimate bug fix that Apple will have to address?

    Hey geoff_zen,
    Thanks for the question. After reviewing your post, it sounds like you arr having trouble with group messages. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    iOS: Troubleshooting Messages
    To resolve issues with sending and receiving iMessages, follow these steps
    Check iMessage system status for current service issues.
    Go to Settings > Messages > Send & Receive and make sure that you registered iMessage with your phone number or Apple ID and that you selected iMessage for use. If the phone number or Apple ID isn't available for use, troubleshoot iMessage registration.
    Open Safari and navigate to www.apple.com to verify data connectivity. If a data connection isn't available, troubleshoot cellular data or a Wi-Fi connection.
    iMessage over cellular data might not be available while you're on a call. Only 3G and faster GSM networks support simultaneous data and voice calls. Learn which network your phone supports. If your network doesn't support simultaneous data and voice calls, go to Settings > Wi-Fi and turn Wi-Fi on to use iMessage while you're on a call.
    Restart your device.
    Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    If you still can't send or receive an iMessage, follow these steps
    Make sure that the contact trying to message you isn't blocked in Settings > Messages > Blocked.
    Make sure that the contact you're trying to send a message to is registered with iMessage.
    If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    If the issue occurs with a specific contact or contacts, delete and recreate the contact in the Contacts app. Create a new message to the newly created contact and try again.
    Back up and restore your device as new.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Captivate 7 multi-slide video not working on Android

    Hello Adobe staff,
    still needing help with this one from my previous question "Captivate 7 event video playback controls not working."
    The question has now narrowed down to:
    How can I make a multi-slide mp4 video in HTML5 format work on Androids? It works fine on iPad and computer, but Androids will not playback the video, only the audio.
    Thanks,
    Nat

    Not all Android versions or Android browsers support MP4.
    I suggest you take a look at this page to see which versions do or don't.
    http://developer.android.com/guide/appendix/media-formats.html
    If your Android version or browser doesn't support MP4, there's not a lot you can do other than upgrade.

Maybe you are looking for

  • HT1918 how do i remove my credit card on my iphone?

    i put my credit card in my itunes and i want to remove it but it wont let me i dont have a none botton so how do i remove it because i cant updates app or download free apps because it says there is a problem with my billing information

  • Dual currency Configuration In SAP B1

    Hi..................................... How to Congiured dual currency in SAP Business one. How's impletmante dual currency in sales A/R & Purchsae A/P. Regards, Gopen Shah

  • How do I stop the Master Password box from activating for sites that are not inclused in the list.

    The Master Password Box will request the password for any site that I open including sites that I do not have the password stored. == This happened == Every time Firefox opened == I entered Gmail or Yahoo

  • BI 7.0 Data Flow in 7.0

    Hi SDN Guru's, I am working BI 7.0 version, I have Activated BI Content for SD & MM Modules, Actualy I am taking at only necessary object in Grouping (tap). Actualy I am Activating BI Content for BI 3.5 version, Now, I want to do in Data flow in BI 7

  • Work list for Invoice List

    Hello, I have an issue with the work list (VF24) for invoice list. I have two billing doc: #10 billing type F2 (posted to FI) #11 billing type F2 (posted to FI) I created an invoice list for these two invoices: #91 billing type LR Later I have a thir