Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Why the image is shown when the widget active and starts

Why the image is shown when the widget active and starts?


I have HTML widget. This widget load tweets using twitter API. this widget work correctly In ibook authors. The problem is - When I load this widget to IPAD default image show up and I can't work with this widget. I just see default image and html widget under this image.

My project - http://yadi.sk/d/87MdSHZF2tJc7

Example: http://yadi.sk/d/hY53q6iZ2tKqL

Where is my mistake?

Posted on Feb 26, 2013 12:03 AM

Reply
2 replies

Feb 27, 2013 1:00 PM in response to xnimor

I got it to work by changing the info.plist file. I couldn't download yours, so maybe it's corrupted. Anyway, here's the code I used:

<?xmlversion="1.0"encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC"-//Apple//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plistversion="1.0">

<dict>


<!-- Modify as needed -->


<key>Width</key>


<integer>1024</integer>


<key>Height</key>


<integer>768</integer>


<key>MainHTML</key>


<string>main.html</string>



<!-- Required -->

<key>CFBundleDevelopmentRegion</key>


<string>English</string>

<key>CFBundleIdentifier</key>

<string>com.niceoak.widgettemplate</string>

<key>CFBundleName</key>

<string>iBooks HTML Widget template</string>

</dict>

</plist>

Why the image is shown when the widget active and starts

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.