How to create an Extjs application that works on iPhone, iPad and Android?

Has anyone successfully created an Extjs app that runs on iPhone, iPad, and Android? I know that Sencha does not support Extjs on mobile devices, but I do not want to create another site only for mobile devices. I don't need a fancy mobile interface, just basic features.

I did some quick tests. To get started, I managed to make the interface larger using

The original interface was too small on the iPhone screen. However, despite the fact that the interface has become larger, the automatic calibration does not seem to work properly, for example, the grid does not display completely when using the Portrait orientation.

Another thing is that scroll bars are missing for the grid. I'm still looking for a solution. Can I add external buttons as scrollers?

In addition, you can offer an alternative tool for Extjs, which works for both mobile and PC.

Thanks for any pointers. :)

+6
source share
1 answer

An alternative to ExtJS that works on all of these devices: Sencha Touch .

This Sencha (the company that makes ExtJs) answers that ExtJS does not work (well) on mobile devices and is specifically designed for touch devices using similar concepts like extjs.

+5
source

Source: https://habr.com/ru/post/910144/


All Articles