Hi everyone. I would simply like to display a web site on a standard Ext.Panel frame, so it effectively behaves like a browser container.
It's pretty simple idea, but I am stumped on how to code it. I tried using <iframe> in the html property but it doesnt scroll or behave properly. Any ideas?
The issue is when embedding an external html document the panel looses some of its scrolling functionality. I havn't tried it on .94 so they may have changed it.
Update: Thanks friend, I've tried it and it works! Although not fully anyway, scrolling is abit weird and sometimes pinching does not work properly (ex yahoo.com). I've come to conclude that Sencha a this time isint able to provide full browsing experience with its Panel interface (iPhone SDK should have some objects that can do this but I'm not into that yet), maybe should look into it in future releases.
it isn't supposed to "provide a full browsing experience". You may have missed the point of Sencha Touch.
Become familiar with modern web design for mobile devices. understand webkit and mobile safari.
Download Xcode.
After u get around Xcode for awhile and figure out the basics and get through some sample code.
Try repurposing a sample app on the developer.apple.com web site.
Then figure out how to install the phonegap template.
Then embed Sencha Touch into the www file in your phonegap project.
Then you'll get Sencha Touch's purpose.