Page 1 of 1

OpenSilver to Offline Application Package (Apache Cordova)?

Posted: Sat Sep 05, 2020 8:19 am
by fangeles
Hi JS-Support,

Is it possible to package the web app created from OpenSilver to a mobile app (using let say Apache Cordova)?

Packaging to a mobile application is posssible in Bridge and the older JSIL version.

Thanks.

Re: OpenSilver to Offline Application Package (Apache Cordova)?

Posted: Thu Dec 03, 2020 12:00 am
by JS-Support @Userware
Hi

Yes. The entry point of an OpenSilver application is the project with the ".Browser" suffix. It's actually a project of type Blazor. Therefore, any tutorial to package a Blazor application with Cordova will work.

Here is an example:
https://github.com/BickelLukas/Blazor.Cordova

Please keep us updated.

Thanks
Regards