Cordova eklenti beyaz listesini ekledikten sonra , uygulamanıza tüm web sayfası bağlantılarına veya belirli bağlantılara erişim izni vermesini istemeniz gerekir.
Bunu, uygulamanızın kök dizininde bulunan config.xml dosyanıza ekleyebilirsiniz :
Belgelerde tavsiye edilenler:
<allow-navigation href="http://example.com/*" />
veya:
<allow-navigation href="http://*/*" />
Eklentinin belgelerinden:
Gezinme Beyaz Listesi
Web Görünümü’nün hangi URL’lere gidilebileceğini kontrol eder. Yalnızca üst düzey gezinmeler için geçerlidir.
Tuhaflıklar: Android'de, http olmayan düzenler için iframe'ler için de geçerlidir.
Varsayılan olarak, yalnızca file: // URL'lerine gezinmeye izin verilir. Diğer URL'lere izin vermek için config.xml dosyanıza etiketler eklemelisiniz:
<!-- Allow links to example.com -->
<allow-navigation href="http://example.com/*" />
<!-- Wildcards are allowed for the protocol, as a prefix
to the host, or as a suffix to the path -->
<allow-navigation href="*://*.example.com/*" />
<!-- A wildcard can be used to whitelist the entire network,
over HTTP and HTTPS.
*NOT RECOMMENDED* -->
<allow-navigation href="*" />
<!-- The above is equivalent to these three declarations -->
<allow-navigation href="http://*/*" />
<allow-navigation href="https://*/*" />
<allow-navigation href="data:*" />
cordova-plugin-whitelist
- github.com/apache/cordova-plugin-whitelist eklentisini doğru bir şekilde kurdunuz mu? Bundan sonra, config.xml<allow-navigation href="http://*/*" />