We have been developing using the default classic build descriptor so far to build dynamic web pages for desktop.
Now we need on the same application to work with mobile but not necessarily have the same home page on desktop or mobile load.
The user visits the page http://example.com using a desktop browser. Then he sees the view layout for the desktop
The user visits the page http://example.com using a mobile browser. Then he sees the view layout for the mobile (could be a total different view file)
We found this page inside documentation without much help:https://docs.sencha.com/extjs/6.0/co...t_support.html
Actually a page that is currently working fully ok on desktop when switching to the Chrome Simulator (setting for example the Apple iPad simulator) we get the following errors in the console:
We need the few steps that are necessary to setup it correctly.