Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Apps in frames by object tag on smartphones
Mon, Oct 9 2017 1:26 PMPermanent Link

Doc

I created some EWB projects which replace my old Java Applets.
I placed them on my websites in frames using object tags.

Projects created with EWB1 acted like part of the web page on smartphones.
So I could put my finger on this App and scroll the whole page.
I could resize the whole page with two fingers on the App.

Now with EWB2 I cannot scroll the page and I cannot resize the page with my finger on the App, bothe only from outside the html frame.
Is there a way to let the new EWB2 projects act like the EWB1 projects ?
Mon, Oct 9 2017 4:08 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< Is there a way to let the new EWB2 projects act like the EWB1 projects ? >>

No, that is not possible, at least not in the way that you're asking.  EWB 2.x applications use scrollbars that can have their interfaces customized to look a certain way, so all of the scrolling is handled by EWB and not relegate to the browser to handle.

This means that you need to take into account the various properties available that control how scrolling works in EWB 2.x:

https://www.elevatesoft.com/manual?action=viewprop&id=ewb2&comp=TApplication&prop=Viewport
https://www.elevatesoft.com/manual?action=viewcomp&id=ewb2&comp=TViewport

https://www.elevatesoft.com/manual?action=viewprop&id=ewb2&comp=TViewport&prop=OverflowX
https://www.elevatesoft.com/manual?action=viewprop&id=ewb2&comp=TViewport&prop=OverflowY

As well as setting the ScrollBars property for any scrollable containers/lists/multi-line edit/grid controls in the application.

Tim Young
Elevate Software
www.elevatesoft.com
Image