hourglass_full Your download should start automatically in a few seconds...

Download My Web App_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (My Web App_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

MyWebApp is an Android App that loads a index.html (local web site)file located under MyWebApp folder of your SD card. Copy yourcustom web content to the MyWebApp folder. You can use HTML, CSSand Javascript files. Then reload the App to view your content.FEATURES You can call predefined functions from your Javascriptcode using 'window.external.FunctionName(Optional Parameters);'.Replace FunctionName and Optional Parameters according with thefunction called. Some functions are: - GetWidth() - GetHeight() -GetAndroidID() - GetUserAccount() - FileExist('test.txt') -FileWrite('test.txt', 'Test data.') - FileLoad('test.txt') -FileDelete('test.txt') - CreateDirectory('temp') -DeleteDirectory('temp') - GetContact() firesonContactPickerSuccess(vlstrName, vlstrNumbers) andonContactPickerFail(vlstrError). - GetPicture() firesonGetPictureSuccess(vlintResultCode) andonGetPictureFail(vlintResultCode). On success you need to callwindow.external.GetPictureData() for the Base64 image data. -StartGPSService() fires onLocationChanged(vldblLat, vldblLon,vldblSpeed) and onStatusChanged(vlstrStatus). - CancelGPSService()- StartTTSService() - SetSpokenLanguage(LanguageCode) Ej: 'en','spa', 'es', etc. - SpeakText(Text) - CancelTTSService() -MsgBox(Message) - PlayBeep(Tone) Ej: 28 -PlaySound('http://soundbible.com/mp3/Music_Box-Big_Daddy-1389738694.mp3')- CancelToast() - EnableToast() - and more to come.