Get Blisk release v.13.0.162.119 with New iPhones (11, 11 Pro, 11 Pro Max), Latest iOS, iPadOS, and Android support, Browsing mode improvements, New website and Documentation, Chromium 78 + new APIs and technologies, Linux version is coming soon.
We're excited to introduce new devices in Blisk: iPhone 11, iPhone 11 Pro, iPhone 11 Pro Max. The devices are preinstalled and ready to use in Blisk since version 13.
Since version 13, Blisk supports the latest versions of iOS (version 13.2), iPadOS (version 13.2) and Android (version 9) on phones and tablets.
Since version 13, Blisk introduces the new improved Desktop view. With enabled Device and Desktop side-by-side view, Blisk shows Desktop view header with new controls to manage Desktop view.
Desktop header now shows view name and view size: Blisk detects the viewport size of Desktop view and automatically updates its name and size. Possible names: Laptop/Desktop, Tablet, Mobile. New Desktop view controls:
In case you do not want Blisk to show this section, you can disable this feature at blisk://setup#desktop-view
.
We receive multiple feature requests about Browsing mode. Since version 13, you can set Browsing mode as a default mode in Blisk. You can enable this feature at blisk://setup#browsing-mode
. In this case, Blisk app starts in Browsing mode and you can enable Developer mode manually.
Blisk stops supporting iPhone 5s, iPhone 6, iPhone 6 Plus. These devices are not supported by Apple anymore (the devices will not receive updates). Instead, we're introducing iPhone 6s and iPhone 6s Plus.
iPhone X has now become the new default device for Blisk. Blisk will enable iPhone X by default in case you used Device sync and your last-used device was among the deprecated devices mentioned above (iPhone 5s, iPhone 6, iPhone 6 Plus)
We updated our website and our Documentation. The new Documentation has improved readability, new sections, screenshots, and menus.
We're happy to announce that Blisk on Linux is coming soon! Our Linux version is scheduled for release in Q1 2020. Please note: the users that subscribed to our Linux release will receive the email prior to other users.
Please follow the steps to subscribe for our Linux release:
Since version 13, Blisk starts supporting the latest APIs and technologies with Chromium 78:
Control+Shift+P
or Command+Shift+P
(Mac) to open the Command Menu.filter: blur(1px)
adds a 1-pixel blur to a node. When autocompleting properties like filter, DevTools now populates the property with a meaningful value so that you can preview what kind of change the value will have on the node.Control+Shift+P
or Command+Shift+P
(Mac) to open the Command Menu and then run the Clear Site Data
command to clear all data related to the page, including: Service workers, localStorage, sessionStorage, IndexedDB, Web SQL, Cookies, Cache, and Application Cache.Feature-Policy: geolocation 'self'
<iframe allow="geolocation self"> </iframe>
Blisk v.13 introduces a new set of APIs to check which features are enabled:
document.featurePolicy.allowedFeatures()
.document.featurePolicy.allowsFeature(...)
.document.featurePolicy.getAllowlistForFeature()
.<p>
node bold, the value bold
might be easier to remember than the name font-weight
. The Style pane's autocomplete UI now supports CSS values. If you remember what keyword value you want, but can't remember the property name, try typing the value and autocomplete should help you find the name you're looking for.float: left;
and float: right;
) fixing a number of correctness issues around placement of floats in relation to other content.appinstalled
event to detect if the user installed your PWA. To add your own custom install button, listen for the beforeinstallprompt
event. When it’s fired, save a reference to the event, and update your user interface to let the user know they can install your Progressive Web App.playsInline
boolean attribute. If present, it hints to the browser that the video ought to be
displayed "inline" in the document by default, constrained to the element's playback area. Similarly to Safari, where video elements on iPhone don’t
automatically enter fullscreen mode when playback begins, this hint allows some embedders to have an auto-fullscreen video playback experience. Web
developers can use it to opt-out of this experience if needed.<video playsinline></video>
As Chrome on Android and Desktop don’t implement auto-fullscreen, the
playsInline
video element attribute hint is not used.
Touch events issues : we made significant improvements to touch events in order to support existing web solutions.
Capture node screenshot: fixed the issues with capturing node screenshots in Desktop content. Note: this feature is not available in Device view.
Iframe scaling and sizing: fixed the issues with iframe scaling and sizing inside Device view.
Passwords page: the page with saved passwords blisk://settings/passwords
is now available and works without any issues.
URL sync with Vue.js: fixed the issues with URL sync for Vue.js projects.
Error notifier: fixed the issues with showing errors for local files and notifier issues with tab attach/detach.
Learn more about Developer Mode, Development Domain, and Device Manager on Blisk Documentation.