App works on laptop but not on Ionic view

My app use http get to fetch data from asp.net web api. The server allows all origins. App works on ionic serve ionic cordova run brower but when I added into Ionic view, data won’t load.

My app id is 06a1cdc2

It turns out in ionic view I can’t use ‘@ionic-native/http’; switched to angularhttp works now.