Skip to content

Commit

Permalink
fix: add WIRTypePage page type for 13.4 webviews
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Feb 21, 2020
1 parent b39c3fd commit e067f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const WILDCARD_BUNDLE_ID = '*';
const ACCEPTED_PAGE_TYPES = [
'WIRTypeWeb', // up to iOS 11.3
'WIRTypeWebPage', // iOS 11.4
'WIRTypePage', // iOS 11.4 webview
];

const RESPONSE_LOG_LENGTH = 100;
Expand Down

0 comments on commit e067f0e

Please sign in to comment.