Osama Al-zouby
Posts: 0
Joined: Sun Mar 16, 2014 6:23 pm

how to configure html page Dimensions

Hi
I want to make a HTML page. from the COMPONENTS, just drag and drop it in the work area.
But, how can make it full screen, to make it work well with big phone and small ones.

when i put the Dimensions manually, it is not working well, with difference mobiles size.

I have other question.

I made a web page with jQury. I have my own stylesheet.
How i can put it inside my application here?

Osama Al-zouby
Posts: 0
Joined: Sun Mar 16, 2014 6:23 pm

how to configure html page Dimensions

I make the Dimension "auto", but still have problem to make it fit with phones

Osama Al-zouby
Posts: 0
Joined: Sun Mar 16, 2014 6:23 pm

how to configure html page Dimensions

I make the Dimension auto, and still have problem to make it fit with phones

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

how to configure html page Dimensions

Hello,

You can add CSS with following code:

pre
.componentClass {
height: 100% !important;
width: 100% !important;
}
/pre

http://docs.appery.io/documentation/w...

Return to “Issues”