Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Yes.
I would recommend a VPS server.
This is the basic layout i use to build all my mobile landing pages
View attachment 2954
Yes.
I would recommend a VPS server.
This is the basic layout i use to build all my mobile landing pages
View attachment 2954
I strongly recommend that you learn to use Photoshop & Dreamweaver. You can be a lot more creative doing it your self.Tnx for that, with what tool do you make those? Does anyone make their mobile landers with leadpages here?
I strongly recommend that you learn to use Photoshop & Dreamweaver. You can be a lot more creative doing it your self.
^ Can this second* question be addressed, please?Hi cashmoneyaffiliate, thanks for sharing your lander format. May I know what is the pixel size for that when creating it? Whats the code to make it responsive since different mobile have different screen size?
Thanks![]()
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta name="apple-mobile-web-app-capable" content="yes">
Yes.
I would recommend a VPS server.
This is the basic layout i use to build all my mobile landing pages
View attachment 2954
is there a simple way to upload a landing page via cpanel? I am assuming once you save the html code that what gets upload to the server right? and the url link is the sub domain name?
is there a simple way to upload a landing page via cpanel? I am assuming once you save the html code that what gets upload to the server right? and the url link is the sub domain name?
can i assume that you have a site that just has multiple pages of this type of layout (one per offer perhaps?). i started to build out a mobile site with almost the same type of format so kinda glad i'm on the right path.
If you're already using Photoshop and Dreamweaver to build your landing pages you don't need to do anything much different just add
HTML:<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta name="apple-mobile-web-app-capable" content="yes">
In Between the <head> </head> tag of your html document.