Mouse Events on iOS Touch Devices

I've noticed that mouse events like CLICK and MOUSE_DOWN work on the iPhone and iTouch devices.  Is there a down side to using Mouse events instead of the Gesture and touch events?
-dis

I used before mouseClick until I had to make two options with one finger.
Play song one a click
Sync song with finger move over component.
This was archived with this.
private function tapBegin(evt:TouchEvent):void {
               _isTab = true;
               if ( !isIconLabelItemRenderer(evt.target) ) {
                    return;
               _touchTarget = evt.target as IconLabelItemRenderer;
          private function tapMove(evt:TouchEvent):void {
               _isTab = false;
               if ( !isIconLabelItemRenderer(evt.target) ) {
                    _touchTarget = null;
                    return;
               if ( !_touchTarget ) {
                    return;
               if ( _touchTarget.data.identifier != evt.target.data.identifier ) {
                    _touchTarget = null;
                    return;
          private function tapEnd(evt:TouchEvent):void {
               if ( !_touchTarget ) {
                    return;
               if ( _isTab ) {
                    Player.add(_touchTarget.data);
                    Logger.m(evt.type + " : " + "click");
               } else {
                    DownloadManager.add(_touchTarget.data);
                    Logger.m(evt.type + " : " + "slide");

Similar Messages

  • ICloud not syncing Contacts or Calendar events on iOS 5 devices after MobileMe migration

    On either of my devices (iPhone 4 and iPad 2) I cannot get my contacts or calendar events to appear correctly, both devices crash the contacts or calendars apps when I access them.
    I first upgraded to ios5 and iTunes 10.5 (Which bricked my iPhone 5 times in a row with error 3012)
    I then migrated from MobileMe to iCloud and all of my Contacts/Calendars are appearing correctly online at iCloud.com.  However my iPhone 4 and iPad 2 will simply refuse to sync with the contacts and calendars...
    My iPhone and iPad literally freeze when I try disable the iCloud services, I have restored both devices numberous times and started the iCloud service in MANY different steps.  I have even used both my mac and PC to restore my devices.
    I have been trying to fix this for two days now, I am extremely disapointed with iCloud, and I sorely wished I had of stayed with my MobileMe service.  I initally thought this would be server contact issues, but there HAS to be something wrong with my devices, or sync services.
    Surely other users have encounted this error, I would love to know the strategies used to resolve this.

    I thought I might post here and update my solution thus far..
    1. Restored my iPhone 4 and iPad 2, and did not select iCloud.
    2. iCloud working fine on the macbook pro, so I exported my contacts from iCloud to the vCards.
    3. Turned icloud contacts off on my macbook pro (iCloud calendars remained on)
    4. Synced iPhone 4 and iPad 2 with my macbook pro
    5. now my iOS 5 devices sync my contacts and calendar locally with my macbook pro
    6. Turned on iCloud only for my email, notes and documents.
    Word to the wise: Stay clear of iCloud, WAY too many issues, especially for MobileMe migration customers.

  • Mouse events triggered on touch

    In a multi-touch application, looks like the mouse events are triggered also on touch, so there is no way to detect if it was a cursor mouse down or a touch screen touch begin. Is this the case?
    Thanks, chr

    Hey Vishal,
    What version of the cwgraph are you using? I tried the following program with CWGraph version 7.1 and I did not receive mouse events for the invisible plot.
    CWGraph1.PlotY (y)
    CWGraph1.Plots(1).Visible = False
    CWGraph1.TrackMode = cwGTrackAllEvents
    I also tried the PlotMouseMove event and I received this event if the plot was visible and didn't if it was invisible. This event was a lot easier to test. It's hard to click on an invisible plot. Did you see the same behavior with PlotMouseMove?
    There are some known issues with invisible plots in earlier versions of Measurement Studio. Please see link below. If you are using an old version then I would assume this is the problem.
    RHIVEID=101&RNAME=ViewQuestion&HOID=5065000000080000007A2B0000&ECategory=Measurement+Studio.For+Visu...
    I hope this helps!
    Regards,
    Sarah Miracle
    National Instruments

  • Get rid of the mouse cursor when on desktop touch devices

    Hi there,
    I'm using sap.ui.commons controls to build my application. However, this application will sometimes be used on touch devices like large touch screen HDTV connected to a desktop Windows PC.
    When clicking on a button, the button gets focussed. However, as clicking on a control moves the mouse cursor, too, the button gets a mouse over look and feel and the focus style applied.
    Is there a way to disable the mouse over events and style sheets for desktop controls in an easy way? I want to get a similar behaviour like using an application on a device without a pointer (like a tablet or smartphone). No mouse over, no focus.
    Regards
    Tobias

    Hey Tobias,
    have a look at this Thread: javascript - Disable hover effects on mobile browsers - Stack Overflow
    It helped me and might contain a solution to your problem as well!
    Regards,
    Timo

  • How can I remove default alarm for events in iCal on devices ios?

    Whenever I add an event to my iCal calendar in Mounain Lion it will automatically add one default alert only on my iphone and ipad. These default alarms are not displayed on my macbook or icloud.com
    Default alarms are disabled in macbook, icloud.com, and my ios devices.
    How can I remove default alarm for events in iCal on devices ios?
    Thanks and sorry for my english.
    MacBook Pro, Mac OS X 10.8

    OK, so I have had this issue for the past several months. I think it all started when I upgraded to ML from SL and migrated my calendars and contacts to iCloud. That was a couple months ago. But now I am running 10.8.2, and about two weeks ago I upgraded my iOS devices to 6.0.1.
    I don't seem to be having any issues with events that I create now, but all those old events that were migrated to iCloud a couple months ago, many of those sound alerts on the iOS devices even though there was no alert defined when the event was originally created. I have always had alerts off by default both in iCal and on the iOS devices.
    So here's the question: is there a way to go through and disable all these spurious event alerts? I've been disabling them as the event reminders come up, but it's irritating. It would be nice if there was a way to turn them off all in one shot somehow.

  • Touch to Mouse events conversion

    Hi Everybody!
    Does anybody know how correctly fire mouse events to Oracle Maps in javascript?
    Default translation touch events in iPad Safari does not quite fit. It try zoom or pan browser window, not map. :(
    If catch touch events and disable default translation I can zoom and pan MVMapView object.
    But how fire "click","mousemove","mouseover" events on Map? I need dispatch event to ThemeBasedFOIs (InfoWindow Popup and other listeners)?

    Yes. The Oracle Maps tutorial contains examples (the tutorial can be found in your mapviewer deployment
    e.g. http://localhost:7001/mapviewer/fsmc/tutorial/index.html) and documentation in the API reference
    (e.g. http://localhost:7001/mapviewer/fsmc/apidoc/index.html). Look at MVEvent and the attachEventListener function of MVMapView, MVThemeBasedFOI, and MVFOI classes for example.

  • IOS Mouse events with buttons in Flash Professional

    I have 2 images that I have conversted to buttons and exported to actionscript.
    I have placed one object on the screen.
    When I "roll_over", I want it to change to the other image so people know they are on the button.
    When released, I have a "MOUSE_UP" event to trigger a function.
    The problem is if I just use the regular Flash Proffessional "Up, Over, Down & Hit" that I get when I double click on a button, it does not change if I touch the screen and then move over to the object while still touching the screen.
    I can do it in code and trap the evens, but I do not know how to change the pictures.
    Does anyone have any ideas?
    Here is my test file.
    Thanks, Patrick

    There is no Mouse_OVER events for Touch devices.

  • Anchor tag not working on touch device

    Hi,
    I'm having a problem on one of my SharePoint sites.I add following anchor tag to my page
    <a href="https://www.google.com">test<a>
    When using the mouse there is no problem but when using a touch device (windows 8.1/windows Phone 8.1) there is a problem with tapping the link. When you tap on a link, it will highlight the link rather than opening the link. It takes repeated attempts to
    make the link work.
    This makes the site unusable on Windows Phone 8!
    When I use Chrome to access my site on my windows 8 tablet... everything works as expected!!!
    I have another SharePoint site that uses the same base template (OSLO) and is quite similar but that doesn't have the problem. As you can imagine, comparing two SharePoint sites for this is like looking for  a needle in a haystack.
    Has anyone experienced this and/or knows the solution?
    Best Regards,
    Peter
    EDIT: if anyone runs into this issue... I worked arround the problem by adding a javascript to the onclick event that will navigate to the url. It seems the javascript does execute, whereas the href itself is ignored on touch screens. By setting href and
    onclick on each anchor I'm hoping to avoid any downsides for desktop users. It is a hack at best... so i would still like to hear it if there's another way.

    Hi,
    I add the anchor tag into the page using SharePoint designer 2013 and test in my Windows Phone, it does work.
    If add the link from my content editor web part or from ribbon, two clicks or more would be required. 
    Best Regards
    Dennis Guo
    TechNet Community Support

  • IOS 5 Devices not appearing in iTunes 11.1.3 (8)

    I have 2 different iOS 5 devices that will not appear in iTunes 11.1.3 (8) on a Mac running Mavericks. One is a 4th gen iPod Touch and the other is a 1st gen iPad Wi-Fi + 3G. I have tried erasing the devices from the device and starting over, hard resetting, other cables, etc., but nothing works. Both are immediately recognized by iPhoto when they are plugged into the computer, but iTunes seems to hate them. Any suggestions would be greatly appreciated.

    Tried connecting my phone to iTunes running in a virtual machine and it worked fine. So whatever this error is, it's a problem with my computer. Any ideas?

  • Anchor tags are not working on internet explorer when using touch devices

    Hi,
    I have a simple anchor tag like <a href=http://www.google.com></a>
    Using a mouse there is no problem but when I use a touch device (windows 8.1/windows Phone 8.1), all that will happen when people touch it is that the link will be highlighted.
    I don't want to highlight it, I just want the link to open.
    Double clicking the link will zoom in the page. It takes several attempts tapping the link to actually open it... this is VERY frustrating.
    How can I remove this highlighting non-sense?
    I found an article that seems to indicate this was done on purpose:
    http://blogs.msdn.com/b/ie/archive/2013/07/31/ie11-touch-browsing-for-today-s-web-and-beyond.aspx
    It's a total failure if you ask me and it is very frustrating to use my site on a touch device.
    Anyone has any idea on how to make links behave normally?
    Best Regards,
    Peter

    seems that it is something in SharePoint that is causing this behavior
    So you would probably be better off posting in a Sharepoint forum.  They would be more familiar with all the products involved.  This is an example where newsgroup cross-posting would be useful but it does not exist in forums.
    Otherwise, sounds like you are going to have to find the implementation involved and then devise a workaround for it.  Is there a publicly accessible example of the coding used for what you are seeing?  You could use the Developer Tools (or View
    Source) to try to look at it yourself.
    For a guess it may involve Active Scripting.  If the link can be used even if Active Scripting is disabled you could achieve that result simply by changing the security level or zone that the site is regarded with.
    BTW with your example link above I have the opposite problem.  I can't touch it to try to select it without launching it.  Here's a workaround for that:  select a word before the link, use the selection's wheels to extend it to include
    the link, then reduce it to include only the link, then, I can use press and old on the selection without launching the link.  (In fact since I always leave press and hold disabled I used my pen with its right-click barrel button to see the selection's
    menu though if I use my pen's barrel button, I don't need to make the selection to see just a reduced menu which would be sufficient to use the link.)  In any case, I imagine that just as I can do a press and hold on the selected text of
    the link without launching it you may just as easily be able to do a press and hold to see the selection's menu to allow you to launch its link.  
    HTH
    Robert Aldwinckle

  • IOS 7 devices do not sync with CalDAV on Mac OS X Server anymore

    Just like some Synology users I am facing troubles syncing my iOS 7 devices with my self-hosted calendars (CalDAV). I am using a Mac mini with 10.8.5 Server, a MacBook Pro with 10.8.5, an iPad 3 with iOS 7.0.2 and an iPhone 5 with iOS 7.0.2.
    What is (not) happening anymore:
    Entering events on my MacBook syncs those with the calendar on my Mac mini server - so far so good. But they are not transferred to my iOS devices. In addition none of the events I am entering or modifying on my iOS devices syncs with my server (and / or my MacBook). Entered events just stay on the device I used.
    What is even more strange: a co-worker used his iPad 4 and his iPhone 4s with my calendars without any troubles before updating to iOS 7. After that his iPad 4 shows the account information in iOS settings and the connected calendars in the calendar app. The iPhone 4s just shows the correct account information within iOS settings but not the shared calendars in the calendar app. In addition the verification of his account on my server fails. I triple-checked this, I even re-configured his account but nothing changes.
    Zhis is pretty annoying as I am utilizing my calendars very intensively... Does anyone have an idea?
    J

    Well, thank You very very much, Blue Sphere!
    Your answer helped me a lot, at least the synchronisation works again to most degrees (even between 6.x.x and 7.x devices and Lion and Mavericks devices). For some unknown reason it takes quite some time to sync all devices - I think it takes a bit longer than before but I am happy it works again so I won't mourn too much about it.
    What still does not work:
    sharing calendars does not work (or e-mail invitation) for users that utilize a GMX mail account, calendars can not be shared with their iOS devices...
    Again, Thank You so much!
    J

  • Warning message about a multi-touch device

    It's just two weeks old. Whenever I boot up, there's a warning in the Event Viewer as follows:
    "A multi-touch device reported inconsistent contact information."
    The Event ID is 264.
    Does this mean that the screen is defective? I've googled but can't find any solution. If the problem is not solved can I claim  for a replacement under warranty?
    Any help would be appreciated.

    Hello @fantin,
    I understand you are getting an error related to your touchscreen on your computer that you have only had for 2 weeks. Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html. As this is a new unit you want to ensure that not only is it working correctly, but that any issues are properly documented and dealt with  properly and immediately.
    I would like to thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • How to Test run an app in my touch device(9380),I cant find alt+t+s+t in the AppWorld Home Page.

    Hi ,
    The problem iam facing now is ,I have uploaded an application in the sandbox in the vendor account of the blackberry App world(Just to test my Appliaction). so i can download it in my qwerty device(8520) by pressing alt+t+s+t in my App World Home Page, and it works fine, But when i try to download it into my Touch Device(9380), I cant even find alt+t+s+t inorder to download my application, Is there a way or an alternative to download my test app into my Touch Device(9380).

    Hi,
    Basically we are Web Development Company, i read your thread and really felt that i should help you out as a developer. searching for the solution i found this link pretty helpful as far as concern of your problem. Here it is:-
    http://www.coderanch.com/forums/banner/redirect/351
    Ios Development Company

  • Windows 8 touch devices

    I know CS6 is compatible with Windows 8 if the proper updates are installed, but I want to know if this includes touch devices that run Windows 8. I currently have a Windows 7 PC and a touch screen monitor, but CS6 only registers my touches as the panning tool unless I click and hold down the mouse. I suppose, then, my question is twofold: how do I solve the touch issue on my current PC, and will I be able to use touch capabilities on a device that uses Windows 8?

    All songs play on the laptop windows 8. The second Ipod touch we have - all songs synch to it and play.
    But the first Ipod touch we bought - only half (or so) of the songs synch. So I assume there is an issue with the newer Ipod touch. The songs not synching are songs I added to the library from CD's.

  • Resolved: The Install Badge requires a mouse event (?)

    Edit:
    I came across this page which specifies that the restriction of installing only within the context of user event handler is by design. Nuts.
    ===
    Hi,
    I've recently tweaked our application's install badge thru the fla provided with the sdk. All works well but apparently, calling the function installApplication from the loaded air.swf has no effect if the caller is not in the context of a mouse event handler. A Flash mouse event handler, that is, since calling from a js mouse event handler has no effect.
    Without this restriction, it would be easy to use air.swf as an installation engine, keeping all the UI in html and allocating to flash only a display area suitable for notifications such as 'installing AIR'. This would greatly facilitate the development of installation pages, no longer restricted by the properties exposed by the badge swf.
    Looking forward to a reply from the powers that be,
    David

    I'm trying to draw that way too but I'm not able to find the solution, i've searched long way from all docs and tutorials but it's not easy for a beginner. And the Apple's gesture drawing tutorial was "replaced" by a GL ES sample wich do not match my needing.
    I just want to draw a line following the touch using drawrect and touchesmoved.
    If anyone could help me i would really appreciate. Thank you.

Maybe you are looking for

  • Powering up from Cinema display

    Hi all, Ive checked other posts about this and it seems it is possible for me to power up the whole Mac using the cinema buttons on the side. However in my system display preference it only gives me the option of: -power up (just) the display -puttin

  • How do I move an audiobook file from desktop to iTunes

    I have just joined the local library and I am attempting to borrow my first audiobook. I have downloaded an app called BorrowBox as instructed and downloaded the audiobook which has appeared on my desktop. I was hoping to get this on to my ipod  to l

  • More than oen apple tv with one computer

    I jus bought the Apple TV for my home theater and love it... can I buy a second apple tv for another tv and use the same computer as my first apple tv?

  • Vertical text in charts

    How can we write vertical text in charts in a peolesoft

  • Re Initialisation for 0CRM_SRV_IbASE_ATTR

    Hi Gurus, I have tried doing re init for the 0CRM_SRV_IbASE_ATTR but I have got error says delete the init request. But I deleted the init from the shedule in the infopackage and no data in the Datatarget as well. Please help me out from this. Thanks