Why my mobile site looks different on iPhone and Galaxy phone? - iphone

I have built my mobile site and have checked how it looks on Samsung Galaxy (s3/s4) and iPhone (5). On iPhone, it looks fine, but on Samsung galaxu (s3/s4), the page looks strange.
How can I fix this problem?
Excuse me if my post be not appropriate for right way to ask.
I'm very new here.
Thank you very much!
-MY
The website:
http://www.toshiscafe.com

Related

It is possible to automate mobile sites tests on mobile devices with Watir?

I need to test mobile sites on real devices (iPhone Safari) or emulator (Safari on xCode simulator). It is possible?
Thanks.
It is possible. Code samples are here: https://github.com/wikimedia/mediawiki-extensions-MobileFrontend/tree/master/tests/acceptance
If you have specific questions, ask.

deploy iphone app in windows7

I have an app that I built in html and javascript that i would like to test on an iphone. I have a apple developers license. How can I get it from my windows computer to an iphone?
In fact there is a way. Please take a look at this step-by-step guide for that process.And also you can take a look at this question on programmers.stackexchange.com
You need to buy a Mac... no other way around this :(
To build anything development wise for iPhone or iOS in general, must have a Mac.
However, if it is something you need to test that is html and js like you mentioned. Have a look at this plug in for google chrome.
I used this before to develop for multi platform web app. It also simulates accelerometer and gps too.
google plug in Ripple Emulator

Is there a web app that emulates the iPhone browser?

I'm trying to get an iPhone browser emulator to work on my website so it will work on all platforms. Are there any Javascript snippets that emulate the iPhone browser? I need it to zoom and browse the web, but the bookmark function is not required.
There isn't such a thing, as the iOS browser has a number of differences to any desktop browser.
The closest you could have is an iFrame surrounded by a picture of an iPhone, and instruct people to use Safari 5.
If you're on a Mac, you can use the iOS Simulator. Download Xcode from the App Store and with it comes the iOS Simulator, which also has the Safari app virtually exactly as is on the iPhone.
http://www.browserstack.com/ does exactly that. It ain't perfect, but it works..

A Complete HTML App source code for Samsung Smart TV App

Where i can get a sample complete html app source code for samsung smart tv app.
like To-Do application..
There is an extremely simple app for accessing Rotten Tomatoes on github.
The samsung TV SDK has some samples in it grab it from Their developer site
you might want to check the BrightCove sample App

Works on Emulator and Safari browser but not on real IPhone

I am building a website that runs on IPhone. I am facing a issue where in the application works on browsers and emulator. But its not working on real IPhone device.(Basically my login submit is not happening on IPhone!)
Also the console doesnt shown me any error on IPhone. Have anybody faced such an issue. What could be the issue any idea.......solution is appreciated!
Thanks,
Justin Samuel.
I found the cause of the issue.Basically my config has a setting which gives my site url. eg: currently it was something like http://xyz.com.
Now this worked on normal browsers and emulators. But when it comes to IPHone i had to change the config variable with something like http://www.xyz.com.
Browser was smart enuf to find out what the handle this but not IPhone browser.
Thanks Mahboudz and Mike for you valuble time. Yes I should have added more details while giving the question. Sorry for that!!
Thanks All.