how can i check the my site on IPAD safari? - ipad

i have a client site www.noozhoo.com which worked fine on browser in PC or laptop but from client i get the point that its site crash in when open in IPAD on safari browser.My concern is how can i check my site on IPAD because i dont have and i use one online simulator for IPAD and my website works perfect in that simulator .Is there can be issue related to memory or hardware of IPAD or something else .please guide me .
i also go through this link but not helping me. test site on ipad
thanks buddy

Take a look at these issues that I found when trying out your site. Fix them and then try it on iPad. The top one is most likely to be the cause.
Unsafe JavaScript attempt to access frame with URL http://www.noozhoo.com/ from frame with URL http://player.vimeo.com/video/24837480?title=0&byline=0&portrait=0. Domains, protocols and ports must match.
controls.png
Failed to load resource: the server responded with a status of 404 (Not Found)
border.png
Failed to load resource: the server responded with a status of 404 (Not Found)
loading_background.png
Failed to load resource: the server responded with a status of 404 (Not Found)
indicator.gif
Failed to load resource: the server responded with a status of 404 (Not Found)
cross-poppup.png
Failed to load resource: the server responded with a status of 404 (Not Found)
I found them using the developer tools console in Chrome.

Related

Can I use the Google Picker API in an electron app?

I'm trying to use the Google Picker API to display a picker for the user to select a file. I have this working great in a web app (in a normal browser), but when I run the same code in an electron app, I see a 400 message in the popup iframe, and get the following console errors:
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://docs.google.com') does not match the recipient window's origin ('file://').
Failed to load resource: the server responded with a status of 400 ()
The core problem seems to be that the electron browser window has an origin of file://. This seems to cause two problems:
The (chromium) browser security blocks the cross-origin iframe communication
Google rejects the request as not coming from a valid origin (and you can't add file:// as an origin in the developer console)
I can't think of any way to overcome these problems, but I'm hoping that someone has an idea.
You could create an app and host it in something like following, and then point the electron BrowserWindow to the url.
https://app.yourdomain.name/gdrive/picker?token=access_token
That should work I believe.

Failed to load resource: net::ERR_INTERNET_DISCONNECTED

Help
When I am developing locally my Asp.Net MVC web application I get the following error message in the console.
api.webtest.net/webspeeds:1 Failed to load resource:
net::ERR_INTERNET_DISCONNECTED
My asp.net application runs fine - except for this annoying message being printed. It occurs when I am working offline (no internet connect).
Why is my asp.net app trying to connect to the internet - all my service calls are local - no need for an internet connection:
Maybe it’s a browser extension?
Probably this one
Try to run in other browser or add this to C:\Windows\System32\drivers\etc\hosts
127.0.0.1 api.webtest.net

Amazon S3 images not loading in chrome

I have a rails application that uploads and displays images from Amazon S3.
I also have an issue displaying some of these images in Chrome!
Take, for example, the following link:
http://s3.amazonaws.com/lafamos-dpk/system/images/2144/thumb/photo_2144.png?1333998967
This just doesn't load in Chrome, but loads just fine in Firefox and Safari.
In a truly mysterious fashion, this image, which was uploaded through the same system, to the same Amazon S3 bucket, loads just fine [granted, it's a different format, but I'm not sure that matters].
Here's a link to the page I'm trying to solve these problems on -- the photos under the Press Photos section all the way down at the bottom are just not showing up at all in Chrome.
Any ideas what's going on here?
Thanks!
Yuval
When you view the site in chrome you're getting a few error's
Failed to load resource: the server responded with a status of 404 (Not Found) https://lafamos-dpk.s3.amazonaws.com/system/main_photos/58/small/artist_58.jpg?1291229622
.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>system/main_photos/58/small/artist_58.jpg</Key>
<RequestId>1F57BF9D9034CB18</RequestId>
<HostId>
U9HkrMYA6nISFRCt2cQ0Xy89uxkzBnJ2pDmlPz/yiCL4Wb74h9hlIg8eVU46+R7y
</HostId>
</Error>
Does the image exist?
Direct links of the images work fine on both Chrome and Firefox, but your img src links seem to be broken. I'm getting this in the DevTools console:
Failed to load resource: the server responded with a status of 404 (NOT FOUND) http://flipsidetomusic.com/wp-content/uploads/2011/02/album_63.jpg
Port: Could not establish connection. Receiving end does not exist. lastError:29
set lastError:29
Port: Could not establish connection. Receiving end does not exist. lastError:29
set lastError:29
I'd look into resolving that 404 Error. Also, I came across a HackerNews' discussion today that may point to the problem's source: https://news.ycombinator.com/item?id=5514344
Apparently Firefox doesn't block non-SSL content on SSL pages by default, but Chrome does. I'd check your S3 bucket permissions, granted, I'm not very familiar with AWS.

Some pages are not securely loaded using https

We have migrated the website from http to https. Also we have installed ssl certification for the website. The website is dolphin 7.1
The problem is when we load the website the pages are loading using https but the lock symbol is not coming.
When I load the site in firefox It shows "This website does not supply identity information. Your connection to this website is only partially encrypted, and does not prevent eavesdropping."
When I load the site in chrome browser it shows lock symbol for some webpages but not for all.
The issue is the site refer the insecured content such as the content are from http websites.
Please help me and tell me the solution for this issue.
Thanks in advance.

UIWebView: 502 Bad Gateway response

I have been loading UIWebViews with a set of URL's for a long time while testing my app with no problem. Now I get 502 Bad Gateway Error message when I load my UIWebView.
The URL's I use all came from the same source and all start with:
http://www.gijon.es/eventos/show/
Some URLs are for example:
http://www.gijon.es/eventos/show/21514-ciclo-ciencia-x-cine
http://www.gijon.es/eventos/show/20611-mercado-ecologico-y-artesano
I have tested the URLs from my browser and they work Ok.
I have tested doing a Log that this are actually the URLs just before creating the request.
I have made a testApplication with just a UIWebView loading this URL's and it fails the she way my app does.
Any other URL like http://google.com loads nicely.
How can I debug this problem? Should it be a problem with the remote server? Can it be a problem in my configuration?
The website is configured to handle requests differentely according to the browsers user agent.
So when you access it with UIWebView you are sending as a user agent iPhone, which takes you to a different page on the site.
Due to miscofiguration from their webserver you are seeing a 502 Bad Gateway error (probably they are running NginX).
To verify this, open Firefox, download the User Agent Switcher addon, select as a user agent iPhone 3.0, then open http://www.gijon.es/eventos/show/21514-ciclo-ciencia-x-cine
You will see the 502 bad gateway error
If you want to solve this, you can modify the default UIWebView user agent (set it to safari something). The way to do this is here

Resources