facebook

MyEclipse: External app links not working

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #352943 Reply

    TheThirdMan
    Member

    In Mobione (Cordova 2.9), I use the following code to trigger a tweet in the Twitter iOS app:

    Go to URL action, Open URL in: New Window

    twitter://post?message=@AccountName

    When I import into MyEclipse and recompile with Cordova 3.5, this link does not work any longer.

    #352946 Reply

    TheThirdMan
    Member

    Problem solved. In Mobione, I changed the link to a “Run Javascript” onClick action, then used code similar to this, recompiled in Cordova 3.5 using MyEclipse and it worked.

    var theMessage='twitter://post?message=@Genuitec What's up with no more @Mobione_?';
    phoneui.showURL(theMessage);
    #352962 Reply

    Hi,

    We found a problem with the ChildBrowser plugin that MobiOne uses. In the latest resource pack on the tutorial site there is an updated user template that should also fix this issue.

    Thanks,

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: MyEclipse: External app links not working

You must be logged in to post in the forum log in