Note that there are some explanatory texts on larger screens.

plurals
  1. POOpening links that are in an iFrame(no control over the child site) in the parent window
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COSo you're saying currently the site opens in your designated UIWebView within your app currently... but you'd prefer it in the mobile Safari or full screen within your app? (with a navigation bar still, so they are browsing fully but in-app still)
      singulars
    2. CO@Krypton There is a portion of a website I had to use on my iPhone. So I made a site with an iFrame, that just limits it to that selection. The portion is a news section, which I wish to use i the webView. I have got that working, and it looks great. Problem is though, when you click a link, it is still in the iFrame, and since there are restrictions on the iFrame, the site is distorted. I need to load the URL itself, and not IN the iFrame. How should I go about making the link open in a new window? As this would also fix the problem.
      singulars
      1. This table or related slice is empty.
    3. COOkay right - I am in a similar dilemma here myself with an app I am working on. Both Safari and our apps utlise a UIWebView to display the content, and as the pages we want to view were made for computer viewing, the UIWebView resizes it to fit the iPhone screen so it looks nasty. I am not aware of any fix for this - unless you edit your HTML to work nicely with a mobile device; so you will want to set the fonts in a larger text size, and maybe frame the page for the device you are targeting.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload