cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can I use the "Web" folder in MDK to build a WebApp and open it in webiew?

chandan_singh9
Explorer
0 Likes
429

Hi

 

Is it recommended to build a WebApp in the Web folder of the MDK application and launch in Webview (@nativescript/core/ui/web-view)? I want to create a WebApp that can be used on the browser and be stored locally on the device as well (I do not want to use Webapp created by MDK as it lacks extensibility).

cc: @Jitendra_Kansal78 - any help would be really appreciated. thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Jitendra_Kansal78
Product and Topic Expert
Product and Topic Expert
0 Likes

The Web folder in an MDK project primarily contains web-related files, such as App_Resources and config.json. You can find more details here. This is applicable only to MDK app running in a web browser. 

MDK Web is designed for the use cases where you need to build solutions for users who predominantly work on desktops. 

If you want a web page to open within your MDK mobile client, you may look into creating your own custom extension view to achieve this requirement.