2016-06-03 2 views
1

versuchen, die sicheren Adressen zu entfernen, aber nicht gelöst. und installiere Plugin plugin inappbrowser zuletzt, aber nicht gelöst.IOS - cordova inappbrowser Fehler, kann nicht die Webseiten von iframe zeigen

bitte beraten ..

dies ist der Fehlercode in Konsolenprotokoll:

2016-06-03 11:20:44.157 thetestflight[4642:351202] Resetting plugins due to page load. 
2016-06-03 11:20:45.467 thetestflight[4642:351202] Finished load of: 
file:///Users/solution/Library/Developer/CoreSimulator/Devices/EF2995F3-CB8E-4C20-BAA0-C096F15F920F/data/Containers/Bundle/Application/E652A38C-EB46-4241-B8F6-31490C21A5A8/ManNa%20Korea.app/www/page-2337.html 
2016-06-03 11:20:45.864 thetestflight[4642:351202] THREAD WARNING: ['File'] took '20.331787' ms. Plugin should use a background thread. 
2016-06-03 11:34:20.603 thetestflight[4642:351202] ERROR Internal navigation rejected - <allow-navigation> not set for url='https://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fmannakorea.sg&width&height=558&colorscheme=light&show_faces=true&header=false&stream=true&show_border=false' 
2016-06-03 11:34:20.615 thetestflight[4642:351202] CDVWebViewDelegate: Navigation started when state=1 
2016-06-03 11:34:20.615 thetestflight[4642:351202] Failed to load webpage with error: CDVWebViewDelegate: Navigation started when state=1 

dank

+0

http://stackoverflow.com/questions/36234957/internal-navigation-rejected-allow-navigation-not-set-in- cordova-on-ios –

Antwort

1

Sind Sie die cordova whitelist plugin verwenden?

Wenn das Gerät nicht an und setzen diese in Ihrer config.xml

<access origin="*"/> 
<access origin="tel:*" launch-external="yes"/> 
<allow-navigation href="*"/> 
<allow-navigation href="http://*/*"/> 
<allow-navigation href="https://*/*"/> 
<allow-navigation href="data:*"/> 
<allow-intent href="*"/> 
<access origin="*"/> 
+0

Das Whitelist-Plugin sollte standardmäßig zur 'config.xml' hinzugefügt werden. ' johnborges

+0

Markiere, dass du da drin hast? – mediaguru

Verwandte Themen