Description
Using the code below the on an Android 11 device the WebView does not load
var win = Ti.UI.createWindow({
backgroundColor : 'white'
});
var webview = Ti.UI.createWebView({
loading : true,
enableJavascriptInterface : true,
handlePlatformUrl : true,
url : "https://vimeo.com/70591644",
top : 20,
borderRadius : 1
});
win.add(webview);
win.open();
Note: I am unable to reproduce this on an Android emulator so it might be device only
Steps to reproduce
1. Add the above code to an app.js
2. Build for Android
Actual
WebView does not load
Expected
WebView should load
Attached logs.txt which is contains logs from opening the application
I've investigated this using my Pixel 3a device running the latest Android 11 preview. I'm unable to reproduce this issue. Could HTHWorldwide re-try this using the latest Android 11 preview, and if the issue still persists - try without
borderRadius: 1
[~gmathews], thanks for checking it out. I'll ask them to try that
[~gmathews] the customer is still able to see this issue occuring on their Pixel 3 on RPB3.200720.005. After removing the borderRadius property the webview would load, but the video would not play Edit: URL is able to be loaded just fine in Chrome
[~gmathews] are you ok with closing this ticket as not our bug as customer has confirmed the issue is now fixed in new betas