You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jimmy Pannier (JIRA)" <ji...@apache.org> on 2016/09/29 07:52:20 UTC

[jira] [Commented] (CB-11882) IOS 10 - javascript appendChild method

    [ https://issues.apache.org/jira/browse/CB-11882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532073#comment-15532073 ] 

Jimmy Pannier commented on CB-11882:
------------------------------------

Sorry, it's a typo while writing description but it's appendChild in my project.
No there is no error in console. neither in Xcode trace, neither on safari dev tools.

> IOS 10 - javascript appendChild method
> --------------------------------------
>
>                 Key: CB-11882
>                 URL: https://issues.apache.org/jira/browse/CB-11882
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Jimmy Pannier
>
> document.head.appendChild method to programatically inject some resource ( link element for example ) doesn't work only on ios 10
> f.e:
>  var elImport = document.createElement('link');
>  elImport.rel = 'import';
>  elImport.href = 'vulcanize/vulcanize.html';
>  document.head.appendChild(elImport);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org