Doug Sigelbaum
Doug Sigelbaum
I cannot reproduce what you are describing (though I've only tested on a Nexus 5X running 8.0.0). Can you verify the following: 1) Search in settings for "WebView implementation". Verify...
You need to set the default auto fill service to the sample service (see readme).
The latest change makes the client app and the service separate apps, so you have to install both "Application" and "afservice" from Android Studio before you can set the sample...
> It does not save any new data I enter though (might not be part of this example?). Are you triggering the autofill save UI when you press submit? You...
Are you referring to the sample app or your own app?
You don’t need to call autofillManager.commit(), WebView handles that internally.
IIUC I believe the fix is as simple as making it call the `super` toMap - `{...super.toMap(), 'directory': directory}`
Same issue here. Does Meta have any official workaround guidance? Is it expected that we implement the flow manually (https://developers.facebook.com/docs/facebook-login/guides/advanced/oidc-token)?