Timothy
Timothy
I had the same issue in my project. I found out that the foreign rule is not setting the CMAKE_SYSTEM_NAME anywhere so it means that it takes the host value...
On API 30 Scoped storage is enable by default, I found a workaround and open a PR https://github.com/facebook/screenshot-tests-for-android/pull/273 for this
Conflict has been solved, but it's not my call to merge this.
The issue is also present on the API 30 with the new scoped storage. I did try to fix it by using getExternalFileDirs(Environment.PICTURES) but I forgot that connectedAndroidTest removes both...
I did find a hack to scoped storage I'm going to open a PR within the day
> Some googling suggests that APIs / webview defaults might have changed over the past year or two. They mention enabling JS and the AutofillManager API: https://medium.com/@python-javascript-php-html-css/troubleshooting-password-autofill-issues-in-android-webview-a69a1aade1ce It could be...
I made a mistake in the implementation it should support deep link rather than universal link, that is different from the iOS impl. It means that it doesn't open the...
It's because your production app already captures the links. We should have universal links for debug but that's a bigger task.
@Gregman-js could you check here? We are also currently making sure the frontend supports for edge to edge is extended to the rest of it https://github.com/home-assistant/frontend/pull/25566
> > (...) since I have to enable edge to edge at the beginning of the activity [and on] API 36 (...) edge to edge [is enabled] by default so...