HTML content appears with scroll bars
the problem is that the html content is not being resized to show the full content instead you must move right to read the content instead of revealing the whole content proportionaly to the screen size
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
the problem is that the html content is not being resized to show the full content instead you must move right to read the content instead of revealing the whole content proportionaly to the screen size
Unfortunately it is not clear enough. Could you please provide more details, screen shots would help a lot.
It was the table width in the html code, I placed an html element but the user in his web interface create a table with a specific width more than 750px, so when the html element renders the code it was showing the whole page within the screen width (you have to scroll right to read the whole content of the table) problem was solved by asking the client not to use specific width in the html code.
Thanks a lot