TitaniumのWebviewをpost methodを使って呼び出すのにちょっと苦労したのでメモしておきます。 Resourcesディレクトリにhtmlファイルを用意します。 <html> <head> <script type="text/javascript"> Titanium.App.addEventListener('search',function(e) { var form = document.createElement('form'); document.body.appendChild(form); var input = document.createElement('input'); input.setAttribute('type','hidden'); input.setAttribute('name','keyword'); input.