[HTC Desire, android 2.2., FP10.1.95.2] TransformGestureEvent.GESTURE_SWIPE not working

Hi,
(I have asked this question here: http://forums.adobe.com/thread/737650?tstart=0 as well).
I am reviewing new features of the player and I've made few examples from documentation, latter is about TransformGestureEvent.GESTURE_SWIPE, but I can't get it to work on my HTC desire. Question is does those features are not working in the browser, I havn't tried it yet in the AIR?
http://greladesign.com/battlefield/fp10.1_transformgestureevent_swipe/
above example doesn't work:(
package
     import flash.display.Sprite;
     import flash.events.Event;
     import flash.events.TransformGestureEvent;
     import flash.text.TextField;
     import flash.ui.Multitouch;
     import flash.ui.MultitouchInputMode;
      * @author Lukasz 'Severiaan' Grela
     public class Main extends Sprite
          protected var mySprite:Sprite;
          protected var myTextField:TextField;
          public function Main():void
               if (stage) init();
               else addEventListener(Event.ADDED_TO_STAGE, init);
          private function init(e:Event = null):void
               removeEventListener(Event.ADDED_TO_STAGE, init);
               // entry point
               Multitouch.inputMode = MultitouchInputMode.GESTURE;
               mySprite = new Sprite();
               mySprite.addEventListener(TransformGestureEvent.GESTURE_SWIPE , onSwipe);
               mySprite.graphics.beginFill(0x336699);
               mySprite.graphics.drawRect(0, 0, 300, 200);
               myTextField = new TextField();
               myTextField.y = 200;
               myTextField.border = true;
               addChild(myTextField);
               addChild(mySprite);
          protected function onSwipe(evt:TransformGestureEvent):void
               if (evt.offsetX == 1 )
                    myTextField.text = "right";
               if (evt.offsetY == -1)
                    myTextField.text = "up";
               myTextField.text = evt.phase;
the same issue is with rotate gesture
http://greladesign.com/battlefield/fp10.1_gesture_phase_01/
best regards

Hi,
Multitouch.supportsGestureEvents returns false but documentation doesn't mention about FP limitation for browser,
there is only this:
Note: The Multitouch feature is not supported for SWF files embedded in HTML running on Mac OS.
My htc is not a mac so I expect to have it working

Similar Messages

  • Htc desire

    Hi There,
    Can anybody please give me any information regarding downloading Shockwave onto my HTC Desire Android Handset. I am on O2 network and running the 2.2 Android software.
    Many Thanks
    Paul

    Bluetooth on the iPad (and other iOS devices) is aimed at devices such as keyboards and headphones. The list of supported bluetooth profiles is on this page http://support.apple.com/kb/HT3647

  • Peer2Peer Android Adobe Air Not Working !!!!!

    Hello All,
    I tried to create a small app for my mobile ( android 2.2.1 ) to chat, the app is not working here is the code :
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" creationComplete="view1_creationCompleteHandler(event)"
            xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
        <fx:Script>
            <![CDATA[
                import mx.events.FlexEvent;
                import flash.net.NetConnection;
                import flash.net.NetGroup;
                import flash.net.GroupSpecifier;
                private var nc:NetConnection;
                private var group:NetGroup;
                protected function view1_creationCompleteHandler(event:FlexEvent):void
                    this.title = "P2P Chat App";
                    NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.KEEP_AWAKE;
                    nc = new NetConnection();
                    nc.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
                    nc.connect('rtmfp://p2p.rtmfp.net', 'key');
                protected function CloseButClick(event:MouseEvent):void
                    NativeApplication.nativeApplication.exit();
                protected function netStatus(event:NetStatusEvent):void
                    trace(event.info.code);
                    switch(event.info.code)
                        case "NetConnection.Connect.Success":
                            setupGroup();
                            break;
                        case "NetGroup.Connect.Success":
                            messages.appendText("Room Connected\n");
                            break;
                        case "NetGroup.Neighbor.Connect":
                            messages.appendText("New Client Connected\n");
                            break;
                        case "NetGroup.Posting.Notify":
                            messages.appendText(event.info.message.message + "\n");
                            break;
                private function setupGroup():void
                    trace(nc.nearID);
                    var groupspec:GroupSpecifier = new GroupSpecifier("myGroup/group0");
                    groupspec.postingEnabled = true;
                    groupspec.ipMulticastMemberUpdatesEnabled = true;
                    group = new NetGroup(nc, groupspec.groupspecWithAuthorizations());
                    group.addEventListener(NetStatusEvent.NET_STATUS,netStatus);
                    topGroup.enabled = true;
                protected function send_message_clickHandler(event:MouseEvent):void
                    var message:Object = new Object();
                    message.message = user_message.text;
                    group.sendToAllNeighbors(message);
                    user_message.text = "";
            ]]>
        </fx:Script>
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <s:layout>
            <s:VerticalLayout gap="5" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5"/>
        </s:layout>
        <s:HGroup width="100%" verticalAlign="middle" enabled="false" id="topGroup">
            <s:TextInput width="100%" id="user_message"/>
            <s:Button label="Send" id="send_message" click="send_message_clickHandler(event)"/>
        </s:HGroup>
        <s:TextArea id="messages" width="100%" height="100%" editable="false"/>
        <s:Button label="Close" id="close_but" click="CloseButClick(event)"/>
    </s:View>
    and I visited the cc.rtmfp.net and got all greens except the first one : knows public ip address of self

    you say that cc.rtmfp.net shows all green except for "knows IP address of self".  is that the case on both computers that you're trying to do P2P between?  are your two computers actually on the same LAN?  if one is on a wired network and the other is on WiFi, they may not be on the same LAN and may be double-NATted.  if your network topology involves double-NAT and the two computers aren't on the same LAN, AND the outer-most NAT doesn't do hairpinning, P2P communication might not be possible in that configuration.
    if you use the sample 1:1 P2P app, VideoPhoneLabs (link below), can you do P2P between the two computers?  how about on the same computer in two browser windows?
       http://labs.adobe.com/technologies/cirrus/samples/
    if P2P on one computer works but not between two computers, there is probably a NAT or firewall issue going on.  depending on the results from cc.rtmfp.net on both computers, i might be able to deduce what's going on.

  • Sync does not work on htc desire with new android upgrade

    upgraded to the new android firefox, had to re sync my device. And none of the bookmarks have transferred over. Left it 24 hours and still none of my bookmarks. tried clearing my sync data and redoing, no joy. This is on an HTC Desire.

    Hi!
    Sorry to read that you are facing issues with the new Beta. Indeed there's a known issue with having the new Beta with other sync versions in Android. You can learn more here:
    https://wiki.mozilla.org/User:Anaaktgeboren/NativeSync#Android_Sync_behavior_with_multiple_Firefox_versions_installed
    Make sure that you don't have any previous Firefox version in your phone to make it work.
    Let me know if it works.

  • I cannot install Firefox for Android on HTC Desire (Froyo) via Android Market, as the download keeps restarting after reaching 60-75 % (around 7-8 MB out of 13.84 MB). Any help?

    The download in Market restarts after some time. The notification bar displays download % as if the previous download is still in progress. That is, first time the download started, notification bar shows correct %. At around 70%, the download inside Market app starts again from 0 KB, and the notification bar shows avergae of the two downloads(35% when download in Market is 0%, 40% when download in Market is 10%).
    This second download again disappears from Market, and a third begins, no error message nor any other warning is displayed. This time the notification bar shows average of 3 downloads!
    No idea what is happening, this is my first time downloading firefox for mobile.

    Sorry, I don't know why the Market app is failing to complete the download.
    If it is still not working, you could try the FTP server link on this page, and see if it works any better:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    You could also try downloading Firefox to your computer using that FTP link, and then search for instructions on how to "sideload" the app onto your phone over USB.

  • AIR 17 - Sub Textures don't render ( black screen) on HTC Desire 610 ?

    Hello,
    AIR 17.0.0.124 critical bug on stage3D/Android/ HTC Desire 610 ( full spefication http://www.gsmarena.com/htc_desire_610-6160.php) I was using AIR 16 and all working correctly. In AIR 17 when I'm using SubTextures ( atlas textures) , stage 3D don't rendered this (all is black). BUT classic textures is working correctly.Other devices that I use I don't have any problems. only HTC Desire 610 and AIR 17.
    I'm using Genome2D.
    Thank you

    Hello,
    Is this also occurring with the v18 beta that was released last week?  If so, can you please open a new bug report at https://bugbase.adobe.com and include a sample project so we can reproduce it internally.  Once added, please let me know the bug number and I'll follow up internally.
    Thanks,
    Chris

  • Cannot install AIr on HTC Desire with Froyo OS 2.2

    I have an HTC Desire running Froyo 2.2 OS (OS supplied by O2 mobile company i.e. O2 branded phone)
    Each time I try to install Air 2.5.1.1774 it downloads then tries to install; I get the message:-
    Installation of Adobe Air unsuccessful.
    Any advice please?

    You need to choose "Charge Only"
    Make sure you have Device Debugging enabled on your phone by going to Settings > Applications > Development > USB Debugging and ticking the checkbox.
    Once your phone is properly connected and Android SDK is installed, then goto the folder where SDK is installed. You will find a folder named "tools" :
    Launch cmd.exe
    cd to the folder containing "adb" binary
    Type "adb devices" ( This should list the device ID of your phone )
    Type "adb logcat -c"
    Try to download and install "Adobe AIR" from Marketplace on your phone (with USB cable connected)
    On command prompt, type "adb logcat" and mail us back the output.
    I found a page with detailed instruction for setting up Android SDK for HTC Desire : http://myhtcdesire.com/tutorials/how-to-install-the-adb-driver-on-windows

  • Why HTC Desire S and not HTC Wildfire S?

    I just love Firefox and have used it almost scince it was born into this world.
    It's just the fastest, eaysest and most reliable way to surf the webb, always has been and always will be.
    So, now i wanted it for my Android phone as well but i was very dissapointed when i saw that it's still not available for my HTC Wildfire S but it's avaliable for HTC Desire S, why?
    Best Wishes from a true Firefox user.'
    Ps: Keep up the awesome work, the "www" is free for all and should stay so!

    Firefox is built with an optimized instruction set (called "Thumb-2") to make it small and fast enough to run on mobile devices. Unfortunately, this optimization is not supported by the processors in many low-end or older Android phones.
    We're working on other ways to make Firefox smaller or faster, so someday it might be possible to build a version that works without Thumb-2 and is compatible with these older devices. But for now, Firefox is just not ready to run on those devices.

  • HTC Desire S

    - I have just got this phone on contract. How can I sync it to my MacBook

    MacBook Pro
    MacBook Pro Apple Support
    iPhone
    http://www.apple.com/support
    http://www.engadget.com/2011/04/10/htc-desire-s-review/
    http://www.bing.com/search?q=MacBook+Android+phone+synching

  • HTC Desire X

    Hi, Has anyone ordered the Desire X from BT (Mobile Anywhere) and if so can you tell me what Andriod version was installed. Ice Cream or Jelly Bean. I don't want to upgrade my Wildfire to the Desire X and find I'm behind on the Op sys.
    Thanks in anticipation!

    jad22 wrote:
    Hi, Has anyone ordered the Desire X from BT (Mobile Anywhere) and if so can you tell me what Andriod version was installed. Ice Cream or Jelly Bean. I don't want to upgrade my Wildfire to the Desire X and find I'm behind on the Op sys.
    Thanks in anticipation!
    There's an HTC support website which gives details of future versions of Android for the HTC desire X. Just Google "BT HTC Desire X Android version".
    It's better to look for information from them direct than the BT page, but the promises of future upgrade to Android 4.1.1 are vague.
    The BT page for BT Total Broadband Anywhere says that the Desire X has Android 4.0 installed (ice cream sandwich?).
    There's no chance of upgrading Android on the original Desire which I have, as it's only 512MB ROM, and you must have more than this.
    I have been looking into this as my Desire is coming to the time for an upgrade. Is "Jelly Bean" 4.1.1 or 4.2?
    Don't know what you have on the Wildfire.
    It's surprising that an existing owner of the Desire X hasn't responded yet.

  • Htc desire 300

    had found an website that allows online streaming and installed an android app that downloads the format of the movie, in flv or mp4. but can`t seem to play it from my phone, i have an htc desire 300. do i need extra apps on my phon that will play the
    flv format video or is something wrong with the phone?

    I'd probably ask them over here.
    http://www.htc.com/us/community/#3
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Skype not working on HTC Desire 620

    When I want to place a call through Skype, the microphone does not work on my HTC Desire 620. Have you experienced such a problem or have you got any idea what might be causing this?Sincerely,Filip

    Hey, you could try thishttp://community.skype.com/t5/Android/Voice-calling-unable-to-hear-the-other-person/m-p/4067728#M50528 as a temporary solution

  • Contacts from HTC DESIRE HD to NOKIA N86

    Can anyone tell me how to transfer my contacts etc from HTC DESIRE HD to NOKIA N86.
    Thanks
    Steve
    Solved!
    Go to Solution.

    @tonedeaf2
    What sort of numbers of contacts are you talking about and are you transferring SIM card as could use "Contact2Sim"? application:http://www.androidpit.com/en/android/market/apps/app/com.happydroid.c2s/Contact2Sim
    You could always send contact information as a V-Card
    Not sure whether this workaround for Google sync. still applies for your N86:http://www.oviapplications.com/nokia-phones/step-by-step-guide-to-set-up-google-sync-on-phones-with-...
    Happy to have helped forum with a Support Ratio = 42.5

  • LINKSYS LAPAC1750 HTC Desire 816

    LINKSYS LAPAC1750
    Each smaprtphone will connect with the LAPAC1750
    except the HTC Desire 816.The disere does make connecting to other wifi access points
    The Lapac1750 and Desitre have both the latest firmware.Does anyone have an idea to solve this.Sincerely

    Apparently with the current LAPAC1750 firmware (1.0.05.00) no Android devices will connect.  I have an HTC One M8 and a Motorola Droid Turbo (both running Android 4.4.4) and neither will connect to any of our three LAPAC1750s.  I logged a ticket with support on 12/19, supposed to get a callback by Tuesday 12/23.   Supposedly a known issue and escalated to second level support.

  • How to connect the IPad 2 with an HTC desire HD (mobilephone)

    Hello,
    I need your advice. I'm trying to connect my IPad 2 with may HTC desire HD via bluetooth. The tools are paring but do not conncet alt least. What can I do?

    What can I do?
    Nothing.  iOS does not support pairing to devices other than keyboards, headphones and headsets.

Maybe you are looking for

  • SAP b1 on XP or Vista

    Is it possible to install sap b1 2007B on xp or vista, which service pack is to be used? i am currently using it on windows server 2003, what other requirements are necessary for installing b1 on xp or vista.

  • Purchase order history not updated when invoice is posted for framework POs

    Hi, We've created a framework PO and now posted an invoice against it. The invoice was posted in the following way: 1. Go to transaction MIRO 2. Enter the PO number in the PO reference field. 3. Select the "G/L Account" tab and enter the value manual

  • Condition type FRA1, condition category B and returns item

    When a delivery is not accepted and returned, a new purchase order is created where the field returns item flagged. Conditions like ZPB0 becomes a negative value, but the FRA1 not. In our business it is common not to pay the transport costs if the de

  • GRC AC 5.3 installation on ECC 5.0

    All, Is it possible to install GRC AC 5. 3 on ECC 5.0. Wil there be any limitations if its installed on ECC 5.0. OR its mandatory for AC 5.3 to install and work only on ECC 6.0.  Installation guide suggest SAP version requirement as NW 2004s which me

  • Fail in RFC call to PI

    Hi, I have a problem with communication of RFC call and PI The situation is: ECC calls RFC from report and by the background method with destination to PI. but...the rfc stays fixed in transaction SM58...and the PI don't receive any message... The me