[TIMOB-25620] Android: SOASTA breaks Android 8.0+ WebView events
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-01-10T23:22:43.000+0000 |
Affected Version/s | Release 7.0.0 |
Fix Version/s | Release 7.0.2 |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2017-12-21T19:42:52.000+0000 |
Updated | 2018-01-17T18:22:20.000+0000 |
Description
SOASTA prevents
Titanium.UI.WebView
events from firing.
*TEST CASE*
var win = Ti.UI.createWindow({
backgroundColor : 'gray'
}),
webView = Ti.UI.createWebView({
url : 'https://google.com'
});
webView.addEventListener('load', function(e) {
alert('source:' + JSON.stringify(e.source, null, 2));
});
win.add(webView);
win.open();
*EXPECTED*
- Should see an alert dialog after the page has loaded
*ACTUAL*
- load
event is never fired
master: https://github.com/appcelerator/make_app_touch_testable/pull/9
FR Passed.
Verified the fix with
MakeAppTouchTestable 2.0.6
& plugin ver8244.293.5
. Closing. Studio Ver: 5.0.0.201712081732 SDK Ver: 7.0.1.GA OS Ver: 10.13.2 Xcode Ver: Xcode 9.2 Appc NPM: 4.2.11 Appc CLI: 7.0.1 Daemon Ver: 1.0.1 Ti CLI Ver: 5.0.14 Alloy Ver: 1.10.10 Node Ver: 8.9.1 NPM Ver: 5.5.1 Java Ver: 1.8.0_101 Devices: google Nexus 5 --- Android 6.0.1 google Pixel --- Android 7.1.1 google Pixel XL --- Android 8.0