Android Question Webview little problem

kepler

Active Member
Licensed User
Longtime User
Good morning,

I'm loading several pages into a webview - I've made a small browser.

Everything's fine, except that one page of my server client, loads too big, going outside the scope of the horizontal scope (we have to scroll in that direction to see the whole content). This does not happen if I load the page in the default internet browser.

The Webview is set to 100%x and 100%y.

Can this be a server error or must I configure something else?

Kind regards,

Kepler
 

kepler

Active Member
Licensed User
Longtime User
Good morning Erel,

Yes, you were right. They had defined by mistake a text body of size 50!!!

The problem was corrected in the server.

Thanks.

Kind regards,

Kepler
 
Upvote 0
Top