Viewing site is not showing up properly on android devices

site is not showing up properly on android devices



User: spyboynola 11 years ago
when i view my site on an android device it is too large . i have my mobile site at 480 px, should i make it smaller? Also on some of the larger screen devices it is not kicking in to the mobile site. Should i find the code that does that and change the size? Now I believe I remember that the kick in screen size is 700px. any help out there?
User: spyboynola 11 years ago
Ok if no one else is having this problem then where do I start? Kind of important because not everyone has an iPhone . Should I look to some other software to prepare files before EW or take EW files and use with some other software then back to EW?
Adobe has software that takes HTML files and CSS files and says that you can check all mobile devices . Will my EW HTML files and CSS files work? Help
User: Jumbo T. 11 years ago
I guess you're referring to Adobe Shadow.

Here's the movie :

http://tv.adobe.com/watch/adobe-technology-sneaks-2012/adobe-shadow/
User: Paul-RAGESW 11 years ago
Quote:
Ok if no one else is having this problem then where do I start?


You just posted your question a few hours ago on a Saturday, please give people some time to read and see your post.

Quote:
when i view my site on an android device it is too large


What is your website URL? I would need to see what you mean because I don't understand what you have described here.

Quote:
Also on some of the larger screen devices it is not kicking in to the mobile site.


The mobile site will show up on devices that are less than 700px only. If you need it for bigger devices, turn off your mobile redirect in EverWeb and in stead place this code within the Head code section for your site (under File menu->Publishing Settings). Change the 700 to a larger number and enter the full URL of your mobile page where it says http://www.yourdomain....

<script type="text/javascript">
<!--
function getParam(name){
name = name.replace(/[[]/,"\[").replace(/[]]/,"\]");
var regexS = "[\?&]"+name+"=([^&#]*)";
var regex = new RegExp( regexS );
var results = regex.exec (window.location.href);
if (results == null)
return "";
else
return results[1];
}
var fullsite = getParam("fullsite");
if (screen.width < 700 && fullsite!="true"){
window.location = "http://www.yourdomain.com/mobilepage.html";
}
//-->
</script>

-------------------------------
Paul
EverWeb Developer
User: spyboynola 11 years ago
Thanks Paul, will do tomorrow, I know it was Saturday but was maybe thinking that my problem was not something anyone else had experienced . I have absolutely no problem with EW support. sorry to come off that way. Have a good Sunday. OBTW have been singing the praises of EW, and as I soft launch my site I have had professional web designers not believe that I built this site. www.spyboy4u.com


Post Reply
You must login or signup to post.