2017년 8월 26일 토요일

How to zoom out page to full site view in web viewer


i have used the search but not found a post give me a idea.

i like to open a web page in web viewer and zoom out to the full size view of the page

is there any code or add for the web viewer to do this automaticly by opening the page ?

hope you can help,

--
What you could do before opening the webviewer is make all other components invisible and set the width, height of the webviewer to width, height of the screen.

-- 
i have it like you wrote, maximal screen size,
but the page is not shown complitly, only a part of and a little zoomed,
so the page can zoomed aou a little more manualy...

-- 
Can you post your blocks, and also your design?

-- 
If they are your own web pages, then you can control how the html fits into the page with css:

<style>
#body {
  width:100%;
  height: 100%;
</style>

<body>
  <div id="body>
    all the text would go here!
  </div>
</body>

for example, but other web pages may not have this code, and what if a web page is designed to be a long one, autofit would make it unreadable.

-- 
Its just a webview with call of URL

So No way

--

댓글 없음:

댓글 쓰기