Apps & Updates

Google has released an updated version of the Google Chrome application for iOS today, bringing at least one interesting new feature to the app: mobile websites that have Cast support will now work with all of your Cast-capable devices such as the Chromecast. It’s unclear how the feature works at the moment, but according to the release notes, developers are going to have to add support to their webpages before they can take advantage of the feature.
Also, the update gets rid of the famous “lip” located at the bottom of the app icon.
The full release notes, as listed on the App Store:
What’s New in Version 36.0.1985.49
Allows mobile sites that have added Cast support to work with your Cast-enabled device.
Stability improvements and bug fixes.
';
jQuery('body').append( content );
} else if ( ! navigator.userAgent.match(/iPhone/) && ! dd_banner_cookie ) {
var content = '';
jQuery('body').append( content );
var $hide = jQuery( document.getElementById( 'hide-dd-banner' ) );
$hide.on( 'click', function( event ) {
event.preventDefault();
var $ddBanner = jQuery( document.getElementById( 'daily-deal-banner' ) ),
date = new Date();
date.setDate(date.getDate() + 10); // add 10 days to today to expire the cookie.
var value = "true; expires=" + date.toUTCString() + "; path=/";
document.cookie = "hide-dd-banner=" + value;
$ddBanner.animate( {left:'-50px'} );
});
}



0 commentaires:
Enregistrer un commentaire