Is PhoneGap on iOS hard coded to load www/index.html?

前端 未结 4 577
花落未央
花落未央 2021-02-06 06:30

On PhoneGap on Android you can modify the App.java class to load any url. I can\'t find anywhere to change the entry point on the iOS version.

When testing I prefer to h

4条回答
  •  粉色の甜心
    2021-02-06 06:53

    you could do it

    class/ AppDelegate.m

    change self.viewController.startPage to ur startpage in AppDelegate.m

提交回复
热议问题