SiarheiSm

Results 5 issues of SiarheiSm

In dark mode some views blurred in original color scheme, and does not use dark colors ![image](https://user-images.githubusercontent.com/24812695/140937308-57311bef-ec34-48f3-ab7d-79a37bcaa733.png)

If video iframe belove some other content (text and ect) after closing fullscreen webview auto scrolls to the top of the page. There is no issue if not apply FLAG_FULLSCREEN....

after strict mode enabled ``` val threadPolicy = StrictMode.ThreadPolicy.Builder() .detectAll() .penaltyListener(Executors.newSingleThreadExecutor()) { Timber.e(it) }.build() StrictMode.setThreadPolicy(threadPolicy) val vmPolicy = StrictMode.VmPolicy.Builder() .detectAll() .penaltyListener(Executors.newSingleThreadExecutor()) { Timber.e(it) }.build() StrictMode.setVmPolicy(vmPolicy) ``` there is an error...

there is iframe example in documentation: https://developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/guides/cms-best-practices ``` Mama knows best! Mother bear teaches cub how to dig for clams @LakeClarkNPS by Sally Jewell #Alaska #nature pic.twitter.com/1n3vYDJcAW — US Dept...

it seems after 1 Feb on some devices there is an issue with displaying content in webview after tweet loaded please check the video https://drive.google.com/file/d/19vs4s80Ghe5-7WlCdKRzjiL8f7p9BVyb/view?usp=sharing i've also creates a google...