0 Replies Latest reply: Aug 17, 2012 8:23 AM by th7org RSS

    Worker not working on android device.

    th7org Community Member

      Hi all.

       

      I'm trying to build multithreaded app for mobile but my initial test showed something like this:

       

      on desktop emulator:

       

      WorkerDomain.isSupported returns true and everything is working fine.

       

      same app on device (htc one x and nexus 7):

       

      WorkerDomain.isSupported returns true but

       

      WorkerDomain.current.createWorker(new WorkerSWF()) returns null and as a result worker.createMessageChannel(Worker.current) throws an error.

       

      In both cases Capabilities.version = "AND 11,4,400,252"

       

      Am I doing something wrong?