lampaa / com.lampa.startapp

Phonegap plugin for check or launch other application in android device.
MIT License
228 stars 120 forks source link

ReferenceError: startApp is not defined" #142

Open takodaiou opened 4 years ago

takodaiou commented 4 years ago

ReferenceError: startApp is not defined"

string-lzc commented 4 years ago

It is normal for this error to appear on the PC side, because startApp is a cordova plug-in. As long as run ionic serve & ng serve after installing the plug-in. Then packaged your project as an Android or ios application, and the error is gone.