Demo app for testing the cordova-plugin-recaptcha-enterprise plugin, which implements the Google reCAPTCHA Enterprise API in Cordova android and browser platforms. Source code available in GitHub.
Cordova Recaptcha v2 plugin demo
Demo app for testing the cordova-plugin-recaptcha-v2, which implements the SafetyNet Recaptcha API in Cordova android and browser platforms. Source code available in GitHub.
Generate canny, depth, scribble and poses with ComfyUi ControlNet preprocessors
How to use the ControlNet pre-processor nodes with sample images to extract image data. Includes sample worfklow ready to download and use.
ComfyUI wildcards in prompt using Text Load Line From File node
How to use the Text Load Line From File node from WAS Node Suite to dynamically load wildcards line by line from external text files into a pre-made ComfyUI prompt.
ComfyUI load prompts from text file workflow
How to use the Text Load Line From File node from WAS Node Suite to dynamically load prompts line by line from external text files into your existing ComfyUI workflow.
Allow mixed content on Cordova app’s WebView
Starting with cordova-android@10, your Cordova index.html file will be internally served via https:// protocol instead of the file:// protocol. This introduces the issue that your app can no longer make API calls or load content from the “insecure” http protocol.
ComfyUI migration guide FAQ for a1111 webui users
Whenever you migrate from the Stable Diffusion webui known as automatic1111 to the modern and more powerful ComfyUI, you’ll be facing some issues to get started easily.
ComfyUI workflow sample with MultiAreaConditioning, Loras, Openpose and ControlNet
This ComfyUI workflow sample merges the MultiAreaConditioning plugin with serveral loras, together with openpose for controlnet and regular 2x upscaling in ComfyUI.
Change output file names in ComfyUI
The Stable Diffusion ComfyUI is a powerful GUI for AI image generation, but it’s also known for its limited documentation and steep learning curve for automatic1111 users.
GTX 1660 Super Stable Diffusion sampling methods comparison
This is a quick becnhmark of different Stable Diffusion sampling methods using an Nvidia Geforce GTX 1660 Super video card with a simple prompt and no LoRA.
Fix Stable Diffusion webui on GeForce GTX 1660 Super
Configure SD AUTOMATIC1111 webui-user.bat file for optimal performance and avoid insufficient memory and black/green image errors with Nvidia GeForce GTX1660 and GXT1650 and related graphic cards series.
Cordova Google code scanner plugin demo
Demo app for testing the cordova-plugin-google-code-scanner, which allows scanning of codes without requesting camera permissions using the new Google Play Services barcode API. Source code available in GitHub.
Cordova Biometric Auth plugin demo
Demo app for testing the cordova-plugin-biometric-auth, which allows to authenticate users with biometrics or fallback PIN, pattern or password. Uses AndroidX and supports Android 5.0 onwards. Source code available in GitHub.
Cordova Native Spinner plugin demo
Demo app for testing the cordova-plugin-native-spinner, which allows to show a platform’s native spinner and/or message for preventing user interaction during blocking operations. Source code available in GitHub.
Cordova Camera Preview plugin demo
Demo app for testing the cordova-plugin-camera-preview, which allows direct camera interaction from Javascript and HTML. Source code available in GitHub.
Cordova In-App Update plugin demo
Demo app for testing the cordova-plugin-in-app-updates, which allows to check for and install updates from Play Store using the native in-app updates library. Source code available in GitHub.
Cordova Fingerprint plugin demo
Demo app for testing the cordova-plugin-fingerprint-aio, which allows to use biometric validation in Android using the deprecated Fingerprint Manager API. Source code available in GitHub.
Cordova SMS Retriever plugin demo
Demo app for testing the cordova-plugin-sms-retriever, which allows to receive and read SMS messages using the SMS Verification APIs provided by Android. Source code available in GitHub.
Cordova SMS Receive plugin demo
Demo app for testing the cordova-plugin-sms-receive, which allows to receive and read SMS messages using the Telephony API provided by Android. Source code available in GitHub.
Cordova Bluetooth Printer plugin demo
Demo app for testing the functions from the cordova-plugin-btprinter, which allows to print text, images, barcodes and QR codes to any bluetooth printer from your Cordova app. Source code available in GitHub.
How to connect Android or iPhone via WiFi to adb + Xcode
Developing mobile apps using Apache Cordova or any other platform involves constantly deploying your app to real devices. This process can become tedious because the phone or tablet must be connected via USB cable to your computer. However, you can connect your device via WiFi and deploy and debug your app normally following these steps.
Using Cordova with Apache NetBeans
This brief guide shows how to make a few tweaks to fix some issues with Apache Cordova 10 and 11 projects in the NetBeans IDE. Fix incompatible Cordova projects and plugin errors in NetBeans.
Apache Cordova app development setup guide
General guidelines and suggestions for quickly getting started with the development of Apache Cordova apps for either Android, iOS and Windows.
Debug Cordova Android apps with DDMS or Chrome dev inspector
How to easily debug your Android apps running in the debug configuration in either emulator or real device using DDMS or Chrome Device Inspector. Compatible with Apache Cordova or any other type of Android, Ionic, React Native, Angular app as well.
Upgrade Cordova CLI and platform in your app
Whenever you upgrade from a previous cordova-android or cordova-ios version, your app’s build process could introduce several unexpected errors. This guide shows how to troubleshoot your build after upgrading the Cordova platform from your app.
Using Android 8, 9 and 10 emulators without Android Studio
Despite Google’s efforts to deprecate the Android SDK Manager standalone GUI in an attempt to force the installation of Android Studio, you can still run any Android emulator without Android Studio using the updated SDK Manager tools. This process involves installing the SDK tools 24 and then updating them to version 28.
Updating Gradle version for Cordova mobile apps
Ocassionally, a new Cordova or plugin version will force you to upgrade your Gradle version. This process must be performed with caution, and this article shows how to properly upgrade or revert your Gradle version for Windows and MacOS.
Using Cordova 8.1.2 with Visual Studio
How to setup your environment for Cordova CLI 8.1.2 apps development with (optionally) Microsoft Visual Studio 2015 / 2017. This guide is focused on the Android platform, but it’s mostly valid for iOS and Windows 10 / UWP apps as well.
Visual Studio 2017 and Apache Cordova mobile apps
Below are some of the issues you may experience when trying to develop Apache Cordova mobile apps with HTML, CSS & JS for Android, iOS and Windows using Microsoft Visual Studio 2017.
Common cordova-android platform build errors and solutions
This topic includes some of the common Cordova CLI build errors that I’ve found, with the recommended solutions or the ones that worked for me.