I am developing an iPad/iPhone/Android application for a customer using Sencha touch 2.
I need to do HTTP POST to external website
I would like to open external webpage in my application (inside a modal view for example)
For what I have read in the doc, the only way to do it will be to use jsonp and/or cors. None of them are implemented on the customer side and will not be.
I am really surprise sencha touch 2 does not provide smth for that >
The only option I see right now would be to use phonegap to do the packaging. But using phonegap for the packaging is quite inconvenient.
Use an iframe for that.
But that's a different problem, maybe you should open a new topic, or look for answers on the forum, as there might be answers already.