SafariLauncher is opening with apple.com as a default site

Hi,

The Click Element keyword from appiumlibrary can’t find elements on the page that I requested via Safari.
Mostly (I’m still not 100% sure) its because the SafariLauncher is launching Safari browser with apple.com first, and then performs the navigation to the given url.
(From nappium-library forum:
https://github.com/jollychang/robotframework-appiumlibrary/issues/117
)

I found this similar issue as well:
https://discuss.appium.io/t/ios-cordova-hybrid-able-to-find-an-element-but-click-is-not-working/3175/3

Can it be solved by switching context? (didn’t work for me)
If not, how to disable opening Safari with apple.com?

Regards.