Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-28035] Android: Unable to load Vimeo video in WebView

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionNot Our Bug
Resolution Date2020-08-21T14:28:28.000+0000
Affected Version/sRelease 9.0.3
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterEwan Harris
AssigneeGary Mathews
Created2020-07-21T15:19:11.000+0000
Updated2020-08-21T14:28:28.000+0000

Description

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

Attachments

FileDateSize
logs.txt2020-07-28T13:10:13.000+0000187299

Comments

  1. Ewan Harris 2020-07-28

    Attached logs.txt which is contains logs from opening the application
  2. Gary Mathews 2020-08-13

    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
  3. Ewan Harris 2020-08-13

    [~gmathews], thanks for checking it out. I'll ask them to try that
  4. Ewan Harris 2020-08-18

    [~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
  5. Ewan Harris 2020-08-20

    [~gmathews] are you ok with closing this ticket as not our bug as customer has confirmed the issue is now fixed in new betas

JSON Source