Note that there are some explanatory texts on larger screens.

plurals
  1. POXCode iO6: UIWebView Returns Black Screen After Returning from Choosing a Photo
    primarykey
    data
    text
    <p>Here are the sequence of events which cause my app to return a black screen:</p> <p>1.) I select a button on my website via the app's UIWebView that allows me to change my profile picture.</p> <p>2.) The app pulls up the three standard options from the bottom of the screen: "Take Photo or Video", "Choose Existing", "Cancel"</p> <p>3.) If I choose either of the first two options and then choose or take a photo, my app returns to display a black screen. The profile picture is not changed. I also notice that the following message appears in the console window: "Unbalanced calls to begin/end appearance transitions for UIFileUploadFallbackRootViewController: 0x1c590e60."</p> <p>The strange part is that this mobile website 'load photo' feature used to work when accessed from my app's UIWebView. I first noticed this issue after upgrading to iOS6. Any ideas on what may have changed or what I now need to accommodate from my website or app? </p> <p>Thanks in advance for any help you can offer!</p> <p>2/17/13 Update:</p> <p>HTML Code on mobile website for loading photos:</p> <pre><code>&lt;form class="appnitro" enctype="multipart/form-data" method="post" action="mysite.php"&gt; &lt;input id="file1" name="file1" class="button_text" type="file" size="50px"/&gt; &lt;br /&gt; &lt;input id="submitpic" class="button_text" type="submit" name="submit" value="Save Picture" /&gt; &lt;/form&gt; </code></pre> <p>Note: Using jquery mobile. Also, if Safari is used to access the mobile website, the upload photo feature works fine. The black screen is only displayed when attempting to use the UIWebView from within the app to upload a new photo.</p>
    singulars
    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.
 

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