On Jul 18, 12:07 am, "Brian Edmond" <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to get rid of the scrollbars in the embedded browser? Here > is what I want to do: > > Have the browser render the entire page to an offscreen buffer. The page > can then be scrolled by moving the destination viewport of the buffer. This > give me smooth scrolling and the ability to do some effects to the rendered > page. So far it looks like I specify the size of the browser content from > the app but I want to do the opposite.
i'm confused. just exactly how wide do you want web pages to be? 10px, 100px, 1000px, 10000px, 100000px? without a width, web pages can't really render because that constraint is key to deciding when to move to another line. (Ignoring fun things like pages which use js to ask for screen.* properties.) It's trivial to use userContent.css to disable scrollbars, but that won't really help. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
