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:

error crash android 2.2 http://content.screencast.com/users/junnel1001/folders/jing/media/27304ddc-7094-4006-b457-f9de09398026/sample.png

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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -