Is that possible to change iOS capacitor scheme from capacitor:// to http:// or https://?

Nope :frowning: . http:// and https:// are reserved schemes in iOS, hence why we use capacitor:// on iOS and https:// on Android.