Web View Component Quick Tip (Maybe)

Ok, I thought this might be helpful. I noticed the web view component is defaulted at less than 600 pixels high. Which in most phones doesn’t pan the entire height of the phone.

My resolution, changed the height to 1000 pixels which pushes the web view component off the phone, but since it’s just a web view, the content will still appropriately fill the device.

Can someone verify that this is a good idea? I don’t know if this hurts anything in the coding process.

1 Like

I cannot say for sure if this is a good or bad idea. (I am not a developer). But if it’s a solution that works for you, then it will likely work for others too :slight_smile:

Webviews can render in different ways on different devices. Particularly with their scrolling.

Worth checking on something like Browserstack.

1 Like