cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

i5SPCChart not working on iPad safari or chrome browsers ?

Momen_Allouh
Product and Topic Expert
Product and Topic Expert
0 Likes
287

I created html page with js to load i5 lib and draw and i5SPCChart as explained in this link:

Web Page Scripting for i5SPCCharts - SAP Manufacturing Integration and Intelligence - SAP Library

The i5SPCchart is working fine and displaying correctly in my windows laptop google chrome browser, but not in iPad.

I used safari browser and chrome browser in IOS iPad to test the html page and the i5SPCChart is not showing.

I only get white empty page, so I added some js alert("draw i5"); to see where in the code the iPad is not working and I found out it is after:


var i5SPC = new com.sap.xmii.chart.hchart.i5SPCChart("<Display Template>", "<Query Template>");

and before:


i5SPC.setChartWidth("640px");

i5SPC.setChartHeight("400px");

i5SPC.draw("div1");

Please help ? how can I make it display in iPad ?

Accepted Solutions (0)

Answers (1)

Answers (1)

saivellanki
Active Contributor
0 Likes

Hi Momen,

Did you check the console? Any errors?

Enable the Safari Debug Console on iPhone &amp;#038; iPad

Regards,

Sai Vellanki.

Momen_Allouh
Product and Topic Expert
Product and Topic Expert
0 Likes

it require  a MAC to be connected by USB for debugging apple devices.

Is there a way to debug iPhone / iPad from windows pc ?