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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...