New issue
Advanced search Search tips

Issue 872134 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Task



Sign in to add a comment

[iOS] Listen for JavaScript pageload event to register frames

Project Member Reported by michaeldo@chromium.org, Aug 8

Issue description

The iOS JavaScript Messaging framework (crbug.com/851636) currently relies on the native application to notify the JavaScript on each navigation because the pageshow/pagehide events are not reliable.

This is fixed in iOS 12, so once Chrome is iOS 12+, __gCrWeb.frameMessaging.initializeExistingFrames. should be removed and the JavaScript should notify the native app of the frame's existence on the pageshow event.
 
Components: Mobile>iOSWeb
Components: -Mobile>WebView>Glue
Components: -Mobile>iOSWeb Mobile>iOSWeb>ScriptInjections

Sign in to add a comment