You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
[[ libbrowser ]] Add new propererties to libbrowser
This patch adds extra properties to libbrowser that allow controlling aspects of the webview that are available on iOS. New properties: * scrollEnabled - the browser contents can be scrolled * scrollCanBounce - the contents can be scrolled beyond the edge of the view, bouncing back once released * canGoBack - the browser can navigate to the previous site in its history * canGoForward - the browser can navigate to the next site in its history * autoFit - browser contents are scaled to fit the width of the view * dataDetectorTypes - types of content that are detected within the browser * allowsInlineMediaPlayback - video plays within browser view or plays fullscreen * mediaPlaybackRequiresUserAction - media doesn't play unless triggered by the user These have been added to the iOS browser implementation. *Note*: modifying the 'dataDetectorTypes', 'allowsInlineMediaPlayback', 'mediaPlaybackRequiresUserAction' will reset the browser - these should ideally be set once when initialising the browser.
0 commit comments