How to set homepage on cordova mode
-
When i tried to use cordova mode to build an android project it worked but can load homepage.
In pwa mode my homepage location is127.0.0.1:8080/#/hrs/
But in cordova seems located to127.0.0.1:8080/#/
Then i read the cordova development document .
Found the way to changeconfig.xml
and set<content src="/#/hrs/" />
But when i rebuild and run dev mode it be coverd. How can i should do.