1

enter image description here

ReferenceError: WL is not defined mfp 8 version

2 Answers2

1

This command doesn't compile WL and WLResources:

ionic serve

Try it:

mfpdev app preview
0

Add mfp plugin properly. If already added then remove it and add again.

cordova plugin add cordova-plugin-mfp
Gaurab Kumar
  • 2,144
  • 2
  • 17
  • 29