Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
It's possible your Android Chromium Webview is locked to your OS version, making it an OS limitation (vs. the app). Chromium Webview and Chrome tend to update simultaneously, so you can usually just check what Chome version added the feature: https://caniuse.com/#feat=css-scroll-behavior It was available only as a browser flag* starting with Chrome 49, fully enabled at version 65. You can check what version webview you have with the HTML5 tests page, included here as an iframe: https://code.sololearn.com/WeBKGPjY0UHK/?ref=app * I believe flags are not accessible from the webview component; it was done this way by browser vendors because browser prefixes have been greatly abused.
10th Jun 2018, 10:05 PM
Kirk Schafer
Kirk Schafer - avatar
12th Jun 2018, 6:29 AM
Kirk Schafer
Kirk Schafer - avatar