We are using ARchitect and Wikitude in this augmented reality app in android. Basically we want to add additional capabilities to the html. So we want to add jquery flavors on it.
We are trying to load JQuery inside the HTML drawable but it is not working.
When we load the html file to the normal browser, it is working well.
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="jquery-1.8.2.min.js"></script>
We tried using this two codes but nothing happens.