Search code examples
javascriptextjssencha-cmdextjs6-classic

Does Sencha ExtJS classic toolkit supports responsive design?


Ext JS 6 supports the responsive design. We can use both responsive plugin and media queries to make an app responsive. But all documentation are mentioning modern toolkit. Does classic toolkit support responsive design?


Solution

  • Yes, you can use Ext.plugin.Responsive with classic toolkit.