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

2016-09-30 Thread Jimmy Pannier (JIRA)

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

Jimmy Pannier commented on CB-11882:


Great, i'll test as soon possible. 
I was using the Content-Security-Policy meta and i've added gap://ready but 
never found information about hashes !

I leave you informed of the results once I have done the test.

Thanks

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2016-09-29 Thread Jimmy Pannier (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2016-09-29 Thread Jimmy Pannier (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jimmy Pannier updated CB-11882:
---
Summary: IOS 10 - javascript appendChild method  (was: IOS 10 - javascript 
appenchild method)

> 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.appenchChild(elImport);



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

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



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

2016-09-29 Thread Jimmy Pannier (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jimmy Pannier updated CB-11882:
---
Description: 
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);

  was:

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.appenchChild(elImport);


> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2016-09-21 Thread Jimmy Pannier (JIRA)

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

Jimmy Pannier commented on CB-11882:


I don't have any errors or traces in console ! It's strange.

I've updated the ios-deploy 1.9.0 and have reinstalled all plugins.

> IOS 10 - javascript appenchild method
> -
>
> Key: CB-11882
> URL: https://issues.apache.org/jira/browse/CB-11882
> Project: Apache Cordova
>  Issue Type: Bug
>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.appenchChild(elImport);



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

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



[jira] [Created] (CB-11882) IOS 10 - javascript appenchild method

2016-09-21 Thread Jimmy Pannier (JIRA)
Jimmy Pannier created CB-11882:
--

 Summary: IOS 10 - javascript appenchild method
 Key: CB-11882
 URL: https://issues.apache.org/jira/browse/CB-11882
 Project: Apache Cordova
  Issue Type: Bug
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.appenchChild(elImport);



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

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