Sunday, 15 September 2013

android with cordova and authobahnJS -


I need to apply WAMPv2 in an Android application which may be able to connect to a python server which is WAMPv2 uses it.

I went to the Autobon website to try to get a WAMPv2 Lib for Android, but their ob only supports WAMPv1, so it does not work for me I try with JAV And was able to connect, but there is no CRA in Lib, which I want, so it does not work for me as well.

Now I'm trying to run Android with Cordova, running AutobahnJS on it, which supports everything I need. The issue I am encountering is the error: E / Web console: Uncounted ReferenceArrayer: Not defined in file: ///android_asset/www/js/autobahn/autobahn.js: 15 . JS I am using:

  & lt; Script type = "text / javascript" src = "js / jquery.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "cordova.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "js / autobahn / autobahn.js" & gt; & Lt; / Script & gt;  

Can anyone tell me what I am doing? Is it possible to run AutobahnJS on Android?

Edit:

When I try to connect then I "unsupported" closed on the connection as a reason. Is it possible to run autobahnJS on Android?


No comments:

Post a Comment