web page is displaying beyond the display size #542
Answered
by
philn
Ravikasyap
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aperezdc
-
Alternatively, you can use COG_PLATFORM_WL_VIEW_MAXIMIZE=1 cog -P wl wpewebkit.org For other available options, please check the Wayland platform plug-in documentation. I hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am running yocto kirkstone branch with meta-webkit (Kirkstone brnach ) and added below line in local.conf file.
CORE_IMAGE_EXTRA_INSTALL:append =" wpewebkit cog imx-gst1.0-plugin"
PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo"
After build the image running below command but the web page is beyond the screen size. I have set height and width of the screen but still the web page is beyond the display size. Kindly see the attachment.
root@imx8mm-var-dart:~# export COG_PLATFORM_FDO_VIEW_HEIGHT=480
root@imx8mm-var-dart:~# export COG_PLATFORM_FDO_VIEW_WIDTH=800
root@imx8mm-var-dart:~# cog google.com
(cog:1697): GLib-GIO-WARNING **: 09:18:08.578: Your application does not implement g_application_activate() and has no handlers connected to the 'activate' signal. It should do one of these.
Cog-Core-Message: 09:18:08.891: http://google.com/ Load started.
Cog-Core-Message: 09:18:09.454: http://www.google.com/ Redirected.
Cog-Core-Message: 09:18:09.456: https://www.google.com/ Redirected.
Cog-Core-Message: 09:18:10.659: https://www.google.com/ Loading...
Cog-Core-Message: 09:18:18.566: https://www.google.com/ Loaded successfully.
Beta Was this translation helpful? Give feedback.
All reactions