I found this last night, but need to test it, but my first try of NETWEBEND did not work.
It works fine in Mined Out!, B'lox! Free and Dicey to connect and display my micro website.
What issues are you having?
It also works on my other apps in WebOS market.
But tonite I compiled my new app with beta (9.105?) and it did not work. It was really late (3:00 am) and was tired for more tests, but something as simple as
case 1
netwebend "http://www.diniplay.com"
case 2
netwebend "mailto:info@diniplay.com"
did not work. In iOS it did.
I have just checked my code (sorry, I cant compile now) and the only things that I found that can cause this not to work are
SYSTEMPOINTER TRUE
?IFDEF IPHONE
ALLOWESCAPE FALSE
mpat$="Media/"
?ENDIF
?IFDEF WEBOS
ALLOWESCAPE FALSE
mpat$="Media/"
?ENDIF
?IFDEF WIN32
mpat$=GETCURRENTDIR$()+"media/"
?ENDIF
Also, it is GLBasic 10.001
Well if it was working before (which we know it was) and it isn't now, that sounds like a bug.
Dunno.
It works here okay (10.001) - yes, all those given URLs work fine (mailto doesn't as such, but it does display the website)
It was 2 fails:
1.- mine: a bug where the zone keypresses were not detected on the bottom zone and in 320x480 resolution.
2.- WebOS: it does not respond to "mailto:email@me.now" as Win and iOS do. But if you use "mailto://email@me.now" it opens the email system, although with the email as "//email@me.now".
Sorry. As I said, it was 3:00am on the morning, and I wakeup at 8:00 am :)
Should it respond to mailto though ?
It responded to mailto://
So, you need an email address starting with // XD
Quote from: Kitty Hello on 2011-May-31
So, you need an email address starting with // XD
Or the user delete thr // when the email is rejected due to "bad email address" :)
You should use the "official" way of calling the email application - My routine (with attachments) can be found at http://www.glbasic.com/forum/index.php?topic=6306.0
I don't want to sent an email from my app but to open system's mail program so the user can write me an email, as all the other OSes do. Anyway I don't care. "my" system is enough.
Thats what my routine does...
Oh, sorry, I thought it was to sent emails inside the app.
Anyway, my app has been sent to HP, and you know... never cancel a submited app to HP!
heh - and guess who's done it twice :)
Not me!
I have done it 3 times!
Well, 2 times, and 1 just to change some text on the description...