sarcos Posted January 22, 2015 Posted January 22, 2015 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=AAhttp://localhost:8077/m/?button=BB&edit=AAI 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
Administrators Farshad Mohajeri Posted January 22, 2015 Administrators Posted January 22, 2015 Please report issue to Bug Reports forum.
Administrators Farshad Mohajeri Posted January 22, 2015 Administrators Posted January 22, 2015 Thank you
kemalgulol Posted November 20, 2017 Posted November 20, 2017 Dear Farshad, www.domain.com/unigui.dll?user_id=123&more=this&trallalaa=123 procedure TMainForm.UniFormCreate(Sender: TObject);var user_id:String;...beginuser_id:=UniApplication.Parameters.Values['user_id']; does not work mobile platform still ....
Recommended Posts