ionic-team / ionic-team/cordova-plugin-ionic-webview

Attribute src is ignored in tag content in config.xml (IOS)

Open
#496 5 comments 5 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
493
Forks
410
PR merge metrics
No merged PRs in 30d

Description

I have the problem only in IOS.

The steps for replicate the problem in a new project are:

```
cordova create testContent
cd testContent/
cordova platform add ios
cordova plugin add cordova-plugin-ionic-webview@latest
```

change the name of file index.html to index-example.html
change the config.xml preference to
``

Build and execute the app, you will get a blank page
`cordova build ios && xed platforms/ios`

If I remove the plugin everything works as expected
`cordova plugin rm cordova-plugin-ionic-webview@latest`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.