renative icon indicating copy to clipboard operation
renative copied to clipboard

webOS: Ability to set disableBackHistoryAPI

Open pchmelar opened this issue 2 years ago • 0 comments

Describe the solution you'd like

  • Currently, it is not possible to set disableBackHistoryAPI in appinfo.json for the webOS build (or I didn't find how).
  • This flag is important for handling the back button in SPA that doesn't use history API.

Describe alternatives you've considered

  • I tried to put the whole appinfo.json in [root]/appConfigs/base/builds/webos/public/ as suggested in https://github.com/renative-org/renative/issues/491, but that doesn't work for me.. the default appinfo.json is picked everytime.
  • I ended up with running the build, overriding appinfo.json in /platformBuilds/helloworld_webos/project and then manually export the .ipk with ares which is not convenient.

Additional context https://webostv.developer.lge.com/develop/app-developer-guide/back-button/ https://webostv.developer.lge.com/develop/code-samples/remote-control/

pchmelar avatar Mar 31 '22 17:03 pchmelar