Jump to content

Hybrid - Desktop / Mobile (no longer works Desktop Mode [chrome]) ?


andyhill

Recommended Posts

I have a web App that is working fine in Mobile Mode and Desktop Emulation Mode but Desktop Mode no longer works (we did an update to UniGU 1423 some time ago and I have only just realized Desktop no longer works as I was always using /m) - Please advise - Thanks:-

 

program WebMapApp;
 
{$R *.dres}
 
uses
  Forms,
  ServerModule in 'ServerModule.pas' {UniServerModule: TUniGUIServerModule},
  MainModule in 'MainModule.pas' {UniMainModule: TUniGUIMainModule},
  Main in 'Main.pas' {MainForm: TUniForm},
  Mainm in 'Mainm.pas' {MainmForm: TUnimForm},
  Login in 'Login.pas' {LoginForm: TUniLoginForm},
  Loginm in 'Loginm.pas' {LoginmForm: TUnimLoginForm},
 
...
 
{$R *.res}
 
begin
  ReportMemoryLeaksOnShutdown := False;
  Application.Initialize;
  TUniServerModule.Create(Application);
  Application.Run;
end.
 
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...