Migrate android project to crosswalk+cordova bundle

This commit is contained in:
Yemel Jardi 2014-07-25 09:34:09 -03:00
commit 053718884a
855 changed files with 109265 additions and 0 deletions

View file

@ -1028,6 +1028,15 @@ on supported browsers please check <a href="http://www.webrtc.org/">http://www.w
<script src="js/controllers/settings.js"></script>
<script src="js/controllers/uriPayment.js"></script>
<!-- PLACEHOLDER: CORDOVA SRIPT -->
<script type="text/javascript" charset="utf-8">
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
navigator.splashscreen.hide();
}
</script>
<script src="js/init.js"></script>
</body>
</html>