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. :)
source share