input-samples
input-samples copied to clipboard
Multiple samples showing the best practices in input on Android.
The WebView example doesn't trigger any OnFill requests. Tested on Pixel C (Android 8.0.0 - OPR6.170623.010). Build tool version: 26.0.1 Are WebViews actually supported? Any timeline about Chrome Mobile support?
``` Mac-mini:BasicGestureDetect anka$ java -version openjdk version "1.8.0_242-release" OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode) ``` ``` Mac-mini:BasicGestureDetect anka$ ./gradlew check > Task :Application:lint...
I tried installing the AutofillFramework sample application but could not set the service as the autofill service under `Settings -> System -> Languages & input -> Autofill service`. I attempted...
I would like to have a sample credit card check out with a postal code field either by creating a new sample or adding the postal code to the existing...
This code stop working on devices below 25 when I migrate to androidx recently. Device info: Sony xperia M5 - Android 6.0.0 Those code block ```java import android.support.v13.view.inputmethod.EditorInfoCompat; import android.support.v13.view.inputmethod.InputConnectionCompat;...
What if I want the service to support other third-party browsers? Because I found that some third-party browsers cannot trigger the autofill service correctly。 Looking forward to your answer!Thanks.
Hi there, I just try this sample on Android P Beta but it's not working on browsers. Tested on chrome, chrome beta, Microsoft Edge.
I am using Android Emulator, so maybe this can be the reason of such behavior. **Autofill service being used:** Basic Heuristic Autofill Service **Emulator being used:** Nexus 6P API 28...