Re: [qooxdoo-devel] mobile.embed.Html field

2013-12-12 Thread mario elward
Hi, This is exactly the solution I was thinking of doing. Thank you M Elward Aedhelweard Technologies - Original Message - From: Christopher Zündorf Sent: 12/12/13 12:18 PM To: qooxdoo Development Subject: Re: [qooxdoo-devel] mobile.embed.Html field It is a bit more tricky in mobile envi

Re: [qooxdoo-devel] mobile.embed.Html field

2013-12-12 Thread Christopher Zündorf
It is a bit more tricky in mobile environment. iFrames do not work on every mobile device, and if they work it is difficult when they should listen to touch events. For your use case I would propose that you wrap your app with PhoneGap/Cordova. There is a plugin called "In-App" browser. http:/

Re: [qooxdoo-devel] mobile.embed.Html field

2013-12-12 Thread mario elward
Hi, The problem I have is that there is hyperlinks in the html code put in the mobile.embed.Html field. When an user taps on the link, the Qooxdoo window disappears and is replace by the page loaded from the link. I thought that any element in a widget should be contained in that widget. So shou

Re: [qooxdoo-devel] Qooxdoo 3.0 loading page issue on Firefox

2013-12-12 Thread nminhtrung
Hi Mustafa Sak, Thanks so much for your help. It really worked perfectly :) However, I face to another problem :(. My web app was designed before in the following structure. The outermost page contains its content and an Iframe. The Iframe inside the outermost page contains its content and also

Re: [qooxdoo-devel] AutoScroll Issue

2013-12-12 Thread thron7
In any case, please open a bug report for this if you haven't done so already. Try to focus on one issue (open more than one bug if you have multiple), and add your Playground links to reproduce it. Thanks, T. On Wed, Dec 11, 2013 at 5:21 PM, csfahey wrote: > Ahah! A partial solution. It may c