charting-library-examples icon indicating copy to clipboard operation
charting-library-examples copied to clipboard

autoSave not working for android device

Open ashu171093 opened this issue 2 years ago • 0 comments

Added onAutoSaveNeeded to save chart after every 5 seconds like below widget.subscribe('onAutoSaveNeeded', () => { widget.saveChartToServer(()=>{ },() => { },{defaultChartName:"ChartLayout"}) });

This is properly work for ios device(chart get save after every 5 second as per required )but not working for android device

ashu171093 avatar Aug 23 '23 10:08 ashu171093