03-25-2009 12:05 PM
Hello.
Can i load a .aspx web page in a BlackBerry app?I whant to create an app and when i click the app start buttonto be able to view my .aspx web page and work in it.
Can i do that?
I tried but when i'm opening the page a java error appears.
It works fine for .html pages. So i tried create a .html page whit a ifram in it src was my .aspx page location. The error is not displayed but the app is not working.
so.....
help please....
thank you.
03-25-2009 12:33 PM
What is the error you get? Is your aspx using any ActiveX controls for anything? They're not supported in the BlackBerry browser.As long as your ASPX returns HTML, it shouldn't matter what the file extensionis for the page as long as your server can serve it. You can access the same URL from a Desktop browser, right?
03-26-2009 06:42 AM - edited 03-26-2009 06:43 AM
My .aspx page works fine in BlackBerry browser.
I've tried with a sample from BlackBerry site: BrowserFieldAPIDemo. I tryed to load my .aspx page butsomethig is not ok:
"Uncaught exception: finishLoading is called on the event dispatch thread".
After this i descovered over the internet the PhoneGap application.When i run the app on phone screen appears JVM Error 104 Uncaught : IllegalStateException.
Can you hepl me with a sample or somethig ...
Thank you.
03-26-2009 09:49 AM