Jump to content

[mobile] URL params in mobile applications


sarcos

Recommended Posts

Hi Farshad,

I think there is a problem when url parameters are used in mobile applications.

I tried to reproduce the urlparamams demo using mobile forms and I tried these two url to launch the application, but doesn't work.

http://localhost:8077/m?button=BB&edit=AA
http://localhost:8077/m/?button=BB&edit=AA

I have seen that that in the URL params demo you check the webmode value before read the params. Is it possible to use url parameters in mobile applications or only in web applications?

 

Greetings and thanks

 

Link to comment
Share on other sites

  • 2 years later...

Dear Farshad, 

 

www.domain.com/unigui.dll?user_id=123&more=this&trallalaa=123

 

procedure TMainForm.UniFormCreate(Sender: TObject);
var
  user_id:String;
...
begin

user_id:=UniApplication.Parameters.Values['user_id']; does not work mobile platform still  ....
Link to comment
Share on other sites

×
×
  • Create New...