mnet don't working

Monkey Forums/Monkey Programming/mnet don't working

Lugato(Posted 2011) [#1]
Hi..

I'm trying to use mnet to get some content from my webserver .. when I run the example the html5 the response from google is null .. same problem in android. Anyone have this problem too?

Obs:
Mnet v1.03

and

In adroid I was adjusted the androidmanifest.xml whith:
<uses-permission android:name="android.permission.INTERNET" />


Xaron(Posted 2011) [#2]
This is due to the fact that that in HTML5 you can only get local stuff but not content from another pages. That's especially true for HTML5 which did work only with the IE9 by the way, but NOT with Google Chrome neither with Firefox, which seems to be a bug in both Chrome and Firefox.

Android should work if you added the internet permissions as you obviously did. Have you tried that simple example which I added there?


Volker(Posted 2011) [#3]
Isn't the androidmanifest.xml in the build folder getting overwritten
every time you build?
Edit the one in the build/templates folder.