Iframe in sencha Touch -


i need use facebook button iframe in android app...if use code see on pc desktop don't see in android.

do know why , if exist method display button in android? i'm using sencha architect , touch 2.3 thank you

<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3a%2f%2fwww.facebook.com%2ffacebookdevelopers&amp;width&amp;height=62&amp;colorscheme=light&amp;show_faces=false&amp;header=false&amp;stream=false&amp;show_border=false&amp;appid=780849738633803" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:62px;" allowtransparency="true"></iframe> 

it you.

this code:

htmlstrbase1 = '<iframe src="//www.facebook.com/plugins/like.php?href=https%3a%2f%2fwww.facebook.com%2fopticaltrend12345%2f&amp;width&amp;layout=button&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=35&amp;appid=780849738633803" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:35px;" allowtransparency="true"></iframe>'; component.add({         xtype: 'container',         id: 'fb-root',         width: 50,         height: 20,         flex:1,     listeners: {         initialize : function (container) {             (function(d, s, id) {                 var js, fjs = d.getelementsbytagname(s)[0];                 if (d.getelementbyid(id)) return;                 js = d.createelement(s); js.id = id;                 js.src = "//connect.facebook.net/en_us/all.js";                 fjs.parentnode.insertbefore(js, fjs);             }(document, 'script', 'facebook-jssdk'));             container.sethtml(htmlstrbase);         }     } }); 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -