Hello,
I wrote a new widget that searches a specific site (http://mydomain.com) using Google.
The JavaScript and HTML tests fine and pulls in good searches using Safari. When the I produce the widget and install it, it appears for a couple of seconds but then disappears. Every time I try to launch it again, it comes on then disappears again.
I believe I must have made some errors in writing the info.plist file. Here is what. Here is what I have in this file:
<plist>
<dict>
<key>CFBundleIdentifier</key>
<string>com.google.widget.XYZSearch</string>
<key>CFBundleDisplayName</key>
<string>XYZSearch</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>Width</key>
<integer>410</integer>
<key>Height</key>
<integer>206</integer>
<key>AllowNetworkAccess</key>
<key>AllowSystem</key>
<key>MainHTML</key>
<string>index.html</string>
</dict>
</plist>
Any assistance would be appreciated.
Shan
I wrote a new widget that searches a specific site (http://mydomain.com) using Google.
The JavaScript and HTML tests fine and pulls in good searches using Safari. When the I produce the widget and install it, it appears for a couple of seconds but then disappears. Every time I try to launch it again, it comes on then disappears again.
I believe I must have made some errors in writing the info.plist file. Here is what. Here is what I have in this file:
<plist>
<dict>
<key>CFBundleIdentifier</key>
<string>com.google.widget.XYZSearch</string>
<key>CFBundleDisplayName</key>
<string>XYZSearch</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>Width</key>
<integer>410</integer>
<key>Height</key>
<integer>206</integer>
<key>AllowNetworkAccess</key>
<key>AllowSystem</key>
<key>MainHTML</key>
<string>index.html</string>
</dict>
</plist>
Any assistance would be appreciated.
Shan