<script> var db = openDatabase('mydb', '1.0', 'Test DB', 2 * 1024 * 1024); function createTable(){ db.tr...
Get Base64 code from image
<script> function getBase64FromImageUrl(t) { var filesSelected = t.files; if (filesSelected.length > 0) { var fil...
Sever Sent Events to Client Browser An example for easy understand
In PHP <?php header("access-control-allow-origin: *"); header('Content-Type: text/event-stream'); header('Cach...
Handle HTML Javascript onClick event in andorid
// Javascript inabled on webview mWebview .getSettings().setJavaScriptEnabled( true ); mWebview .addJavascriptInterface( new Object() { ...
Handle HTML Javascript onClick event in andorid
// Javascript inabled on webview mWebview .getSettings().setJavaScriptEnabled( true ); mWebview .addJavascriptInterface( new Object() { ...
Handle HTML Javascript onClick event in andorid
// Javascript inabled on webview mWebview .getSettings().setJavaScriptEnabled( true ); mWebview .addJavascriptInterface( new Object() { ...
Handle HTML Javascript onClick event in andorid
// Javascript inabled on webview mWebview .getSettings().setJavaScriptEnabled( true ); mWebview .addJavascriptInterface( new Object() { ...
Handle HTML Javascript onClick event in andorid
// Javascript inabled on webview mWebview .getSettings().setJavaScriptEnabled( true ); mWebview .addJavascriptInterface( new Object() { ...
Android Webview Go back to previous screen
// Open previous opened link from history on webview when back button pressed @Override // Detect when the back button is pressed public v...
Android Double Press Back Button to exit
// Open previous opened link from history on webview when back button pressed @Override // Detect when the back button is pressed public v...
Enable Cookies store in android application
android.webkit.CookieManager. setAcceptFileSchemeCookies ( true ); if (Build.VERSION. SDK_INT >= 21 ) { CookieManager. getInstance ...
Check for internet connection enabled or not in android
public class MainActivity extends AppCompatActivity { private WebView webView ; @TargetApi (Build.VERSION_CODES. JELLY_BEAN ) @...
Show alert box if user pressed the back button in android application
@Override public void onBackPressed () { new AlertDialog . Builder ( this ) . setIcon ( android . R . drawable . ic_dial...
Angular JS Mobile UI modal popup
Mobile Angular UI modal within a directive - Plunker http://embed.plnkr.co/GEnYCU/
Use Camera to upload captured Picture
HTML5 HTML Media Capture W3C Standard: Media Capture <p>Capture Image: <input type="file" accept="image/*...
Popular Posts
- Professional Angular JS Pdf download
- Get the Country, State, City API in PHP
- Pincode find API
- Google Places Autocomplete API How it works
- content.get(...).style.removeAttribute is not a function [Solved]
- OpenStreetMap + OSRM Distance Matrix Open Source
- Javascript Function to print Webpage
- List of examples for HTML Text Formating Tags
- Remove all special characters from a string
- How to update angularjs: $scope in jQuery functions