Closed GoogleCodeExporter closed 9 years ago
Just adding that also trying to use loadString() or loadLocalString() fails as
well. The only method currently functioning on my iPad2 (latest OS) via Flash
CS5.5 using the SWC is the loadURL() method. Otherwise I get nothing but a
white app overall and nothing else functions.
All methods work just fine when debug mode is true testing in the IDE. The IPA,
sadly, does not work at all.
Original comment by jasonala...@gmail.com
on 19 Sep 2011 at 11:05
Hi, really strange. I hace it working without problems....
Some things to test:
Is your cs5.5 overlayed with the 2.7 sdk ?
Have you include the www dir to the files to include when packagin.
Anyway, can you send me a simple example to test?
Original comment by xperime...@gmail.com
on 20 Sep 2011 at 10:55
I have made a quick example. I put all the code on the timeline just for ease.
I also was using AIR2.6 but I am now using AIR 2.7 after I updated (via this:
http://kb2.adobe.com/cps/908/cpsid_90810.html). I get the same exact result.
At least now the app is responsive enough to give feedback. I have a status_txt
TextField below.
The details are, StageWebviewDiskEvent.END_DISK_PARSING does NOT fire off. You
will see StageWebviewDiskEvent.START_DISK_PARSING does fire off however. When I
set the debug mode to true (desktop testing) the event fires perfectly, I see
the index file and I can press the blue button and google loads.
On an iPad2 (OS 4.3.5, latest) the view is just unresponsive. Even hitting the
Google button won't load Google.
I have removed the .p12 and mobileprovision of course.
Do you see anything wrong with this project? Thank you greatly for your work
and especially help with this.
Original comment by rtpdesk...@gmail.com
on 20 Sep 2011 at 5:37
Attachments:
I did forget to explain that I simply put the 30 second timer function in there
to prove the app was actually responsive. Every 30 seconds it will appendText()
to the status_text just letting you know the app is in fact alive.
Original comment by rtpdesk...@gmail.com
on 20 Sep 2011 at 5:39
This issue was closed by revision r71.
Original comment by xperime...@gmail.com
on 21 Sep 2011 at 12:14
Hi, can you test it? I have found that StageWebviewDiskEvent.END_DISK_PARSING
is only firing once, I think this is the problem...
Download latest version...
Update swc
Delete app from ipad.
Update version number in publish settings.( to be sure )
Say me if helps
Original comment by xperime...@gmail.com
on 21 Sep 2011 at 12:22
Unfortunately that didn't solve the issue. I have it on both an iPad 1 and iPad
2. Same project, just updated the app version number as well as of course the
SWCs.
This issue still exists. Shall I make a 'new' issue?
Original comment by jasonala...@gmail.com
on 21 Sep 2011 at 9:28
Yes i Reopened it, really i don't know why then, is not working.... The only
diff with you is that I am in 4.3.1.....
Original comment by xperime...@gmail.com
on 21 Sep 2011 at 12:06
This issue was closed by revision r73.
Original comment by xperime...@gmail.com
on 22 Sep 2011 at 3:36
Original issue reported on code.google.com by
jasonala...@gmail.com
on 19 Sep 2011 at 10:40