[TIMOB-548] Impossible to load any Application example for version 0.8 and 0.9.x with Titanium 1.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:31:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | ChrysF |
Assignee | bfreedman (at appcelerator) |
Created | 2011-04-15T02:31:35.000+0000 |
Updated | 2017-03-09T21:21:07.000+0000 |
Description
Hello Guys, How are you today ? Me very Bad :(
Nowadays, I am trying to develop a little application for iPad with Titanium 1.0 (+ Apple SDK 3.2).
I created an application "Test" just to see if everything work very well with a last version of Titanium (1.0). Unfortunately, when I double click on the icon of my test application, it doesn't arrive at the end and I have again the home screen of my iPad (emulator).
When I use the same environment (Titanium 1.0 + Apple SDK 3.2 beta) to laod some applications examples wrote with titanium version 0.9.x (Example - The Kitchen Sink), they don't work. I have to use Titanium 1.0 + release apple SDK include between 3.1 and 3.1.2 if I want to run the Titanium applications examples.
However, since my update to Titanium 1.0 and my update to Apple SDK 3.2 that include some improve for iPad Development, the url param seems to be depreciated when I write:
var win = Titanium.UI.createWindow({url:'index.html'});
[ERROR] url not supported in a window.
index.html --
Please, Could You Help me ?
All my apologies for the quality of my English because it isn't my mother tongue. I speak French :)
you need to enter support issues at developer.appcelerator.com (under the Q&A tab).
you can't use html files in the url. it has to be a JS file. you can only create web views with the html property
Closing ticket as invalid.