<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
- Detecting the Ajax request in Core PHP
- Demanding a price for software development
- Payment Gateway Options and Pricing in India
- How to integrate SEND Grid with Codeigniter
- How to print document content with jquery
- Add one day to the today date in php
- File Upload Conditions helper in Codeigniter
- Address auto fill city, state, district, country, pincode
- Codeigniter 4 Email Code
- How do I run a PHP script using windows Task Scheduler?