ajax - trigger.io: tabs.openWithOptions causes application to crash in Android -
we using tabs in calling authentication our mobile application. seems working before now, after toolkit updated, causing crash our application.
you can see code if problem:
$(".share_now").live('click' , function(){ authorize_twitter(); }) function authorize_twitter(){ var url_encode="http://server.com/twitteroauth/login.php"; forge.tabs.openwithoptions({ tint:[217, 0, 0, 87], url: url_encode, pattern: "http://server.com/twitteroauth/complete/*", title: 'login twitter' }, function (data) { forge.logging.log(data); }); }
this error of crash:
i hope trigger.io can issue. thanks.
my apologies - caused fix went in while ago getting lost in merge v1.4.37: i've pushed v1.4.40 addresses that!
Comments
Post a Comment