Skip to content

[BUG] Building react-datatable does not work with Cordova #186

@wsideveloper

Description

@wsideveloper

react-datatable does not work on cordova build.

Expected Behavior

react-datatable should work on cordova build as per other react application.

Current Behavior

react-datatable shows "There is no data yet, try to refresh" instead of the table.

Possible Solution

Steps to Reproduce

  1. npm install -g react.cordova
  2. reco init com.example.hello "project_name"
    This creates react-app and cordova-app into the directory.
  3. Place react app into /react-js/src directory.
  4. cd project_name
  5. reco build
  6. reco cordova build
  7. reco cordova run browser

Context (Environment)

Detailed Description

Possible Implementation

npm start

ok

cordova run browser

nok

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions