Templates

Closed
0
0

Hi,

When open VS 2022 for wisej there any many templates, what are the difference. Two templates are look windows form open in web? It means that windows form can be open in web thru wisej? and do all the windows supporting coding. This also can be easily view in mobile apps?

what is the use of Hybrid remote and hybrid local apps if above apps can meet the mobile requirement.

Im new in wisej.net, kindly help on this.

thanks & regards,

Abdul

 

Attachment
  • You must to post comments
0
0

Here is an overview of the templates:
https://docs.wisej.com/docs/getting-started-1/new-project
https://docs.wisej.com/hybrid/start/getting-started

Windows form can be opened in web thru wisej?
They’re not native Windows windows, they’re popups within the browser.
I’ve attached a screenshot of what the template “Web Application” looks like- you can see that the window is confined to the bounds of the brower.

Do all the windows support coding?
Yes.

This also can be easily viewed in mobile apps?
Yes. Just like any other website, you can view a Wisej application on a mobile phone.

What is the use of Hybrid remote and hybrid local apps if above apps can meet the mobile requirement?

You need to use the Hybrid remote or Hybrid local template if you want integration with the device’s native features (ie camera, accelerometer, native authentication). You need Hybrid remote or Hybrid local template if you want it to run as a native app, instead of just viewing it in the browser of the phone.

Hope this helps,

Julie

 

Attachment
  • Abdul M
    Many thanks for your reply. But through web app can easily access in mobile phone such as entering, fetching data data etc.? in hybrid app the connection from client to sql server are using thru connection string or thru API? Are using token or everything take care by wisej.net
  • Luca (ITG)
    Connection from client to server or any other application feature is entirely up to your code or any connection library you use. Entering or fetching data is an application functions. Database connections are part of the database. Api calls are managed by the api library or client you use.
  • Abdul M
    Many thanks, my question is web desktop application is properly showing all the controls in mobile app, as can operate in web browser in desktop? whatever have in web desktop application?
  • Luca (ITG)
    Yes
  • You must to post comments
Showing 1 result