Swift v7.0.9, Slider short code and improved responsive layout.

We know we released v7.0.8 just a couple of days back, but this update can not wait.

Navigation menus in stock android browser of older phones were expanding upon page load and made the layout look very awkward. We missed it because the devices we used for testing had chrome as the stock browser.

As if cross browser compatibility issues were’t enough to raise the development costs, JavaScript saw the browser width to be 700 pixels and the CSS media queries saw the actual width which was around 400px. This triggered the styles meant for the app style navigation which is used when the screen width is less than 480px while the JavaScript was snoring thinking the browser width is twice of what it actually is.

Site in stock browser looked like this

Broken-Mobile-navigation-in-Swift

While is should have looked like this

App-Style-Naviagtion-in-Swift

Changes in v7.0.8

We added slider short code to the short code button on post editor. You no longer have to remember the short code .

How-to-add-static-slider-in-Swift

Leave a Reply

Your email address will not be published. Required fields are marked *