where can I set the default zoom level?
2 名作者发布了 2 个帖子
 
 
eagle flying 
16/11/24
I'm working on an epub reader, I use dcef3 to render the xhtml file, but there is a problem, every time I enlarge one page, when I go to the next page, the zoom level is reseted to 0, so the text is very small, I don't want to enlarge page every time.
Is there any way to set the default zoom level?
 
 
 
 https://groups.google.com/forum/#!searchin/delphichromiumembedded/zoom%7Csort:relevance/delphichromiumembedded/6soMbxbgYUU/U92egPv6BQAJ
Squall Leonhart 
16/12/2
Chromium.browser.HOST.ZoomLevel := Chromium.browser.HOST.ZoomLevel + 0.5;

четверг, 24 ноября 2016 г., 17:42:27 UTC+3 пользователь eagle flying написал:
I'm working on an epub reader, I use dcef3 to render the xhtml file, but there is a problem, every time I enlarge one page, when I go to the next page, the zoom level is reseted to 0, so the text is very small, I don't want to enlarge page every time.
Is there any way to set the default zoom level?