Sencha Touch is quite perfect for my project. But in order to call a driver for an hardware barcode scanner on iOS and Android, it would be necessary to have access to the underlying system.
Is that somehow possible with Sencha Touch itself when "transforming" it into a native app (the Sencha SDK allows this)?
I know that it is possible with PhoneGap. But I'm afraid using all these technologies together (PhoneGap + Sencha touch) could make the UI less responsive, but that is a decisive factor in this project.
Edit: in this thread, a user says the following:
"you cannot access the native iOS file system, unless you use Sencha SDK Tools and native packaging"
So is it possible with Sencha touch?