Hybrid Client Application

Answered
0
0

After watching the Hybrid webinar, I concluded that for an offline or online app we need to create a client application. But at some point the instructor was able to run the app on web without a client app, but when he wanted to run on android he had to attach the online app to the client app.

 

Please clarify…

Best regards,

Ali

  • Ali Badran
    Note that the instructor was able to run the online app without the client app, not the offline app. I.e. I’m asking about the online app
  • You must to post comments
Best Answer
0
0

Hi Ali,

We have some documentation here for Wisej.NET Hybrid which should help explain some of the topics you saw in the session:

https://docs.wisej.com/hybrid/start/introduction

 

The Hybrid Client is required to interact with native features on the device such as the tab bar, toolbar, statusbar, etc and offline functionality. Without the Hybrid Client the project will function as any other Wisej.NET project on ASP.NET Core. The only difference is that you will not be able to use the Device static singleton that acts as your “gateway” to native device functionality.

 

If you build a Hybrid Remote Application you can deploy it to Kestrel, IIS, or any reverse proxy and access it through a traditional web browser. You cannot do this with the Hybrid Local (offline) project.

 

HTH,

Levie

  • Ali Badran
    Awesome answer, thanks!
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.