[AC-6327] On Ipad - WebView with URL set to a local HTML doesn't load on IOS13
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2019-11-05T18:43:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Peter Ladis |
Assignee | Shak Hossain |
Created | 2019-07-31T13:37:16.000+0000 |
Updated | 2019-11-05T18:43:21.000+0000 |
Description
This does NOT WORK.....the html file simple has a single alert in it
Ti.UI.createWebView({
top: 0,
url: 'PlannerCalendarV4.html',
height: $Class.calendarHeight
});
This WORKS
Ti.UI.createWebView({
top: 0,
url: 'https://espn.com',
height: $Class.calendarHeight
});
Any ideas....this works on simulator and iOS phone device...does not work only on device iPad running SDK 8.1
NOTE: If I read in the file..and do setHTML....it will work
Can you try sdk 8.2? 8.2 is targeted to support iOS 13
[~peterladis] Please check TIMOB-27159. I think it is duplicate of this. Thanks1
Hello [~peterladis], The issue will be solved in the 8.2.0.GA release. Right now, we will keep this ticket open as a duplicate. We will update you once the 8.2.0 Ga release is available. Thanks.
Hello [~peterladis], Can you please follow up here testing the issue in SDK 8.2.0.GA? Thanks.