Jump to content

Recommended Posts

Posted

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

 

  • 2 years later...
Posted

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  ....
×
×
  • Create New...