Last Updated on 3 years by admin
The upcoming Safari update, which includes push notifications for web apps and support for AR/VR headsets, has already given us a preview of new features to expect with iOS 15.4. WebKit code, on the other hand, has revealed that there’s more to come, including new Dark Mode and pop-up settings.
What is WebKit
WebKit is an Apple-developed browser engine that is primarily used in the Safari web browser and all iOS web browsers. The BlackBerry Browser, PlayStation consoles starting with the PS3, Tizen mobile operating systems, and a browser included with the Amazon Kindle e-book reader all use WebKit. The WebKit C++ application programming interface (API) provides a set of classes for displaying Web content in windows and implementing browser features like following links when they are clicked, managing a back-forward list, and managing a history of recently visited pages. Because WebKit is an open-source engine, the code is available on GitHub and can be accessed by anyone. Also Checkout iOS 14.5 Web Kit/Safari based Jailbreak
Dark Mode Introduction
Dark Mode was introduced to iPhone and iPad users with iOS 13, and since then, developers have been able to match the current system theme in their apps and websites (theme dark mode). Users will be able to set a preferred mode for each website in an upcoming Safari update. Read About Googles Dark Mode for Apple Devices
Apple is adding a new option to the WebKit code that allows “overriding the system color-scheme with a per-website preference.” For example, even if your phone supports Light Mode, you can choose to always view a specific website in Dark Mode.
Block Pop-Ups and Cookie Consent-TBA
Another option in Safari allows users on iOS and macOS to allow or block modal pop-ups (which look like system alerts) for specific websites. Many websites ask users for permission to collect cookies, so Apple has been working on a new API to manage what’s known as “Cookie Consent.” Because these features are all marked to be announced, it’s unclear when they’ll be available in Safari. They could be added to Safari in a future iOS 15 update or later this year with iOS 16.