Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    call c library from smart gwt mobile

    Hello,

    Can I call a c library from smart gwt mobile? I have an iphone application that links and calls a c library from objective C.

    For me to "port" over to Smart GWT I would either need to port this library or I would need to link/call this lib from smart gwt mobile.

    Thanks,
    Evan

    #2
    SmartGWT.mobile is just a GWT library; it produces JavaScript. You can do exactly the same things that you could do if you were hand-writing an HTML5 app. Since you depend on an iOS-specific C library, why are you wanting to rewrite in SmartGWT.mobile anyway?

    Comment


      #3
      c

      Hello,

      Oh I have a few ios apps in Objective C. Was just thinking if I could have used smart gwt mobile. Guess not.

      Marc

      Comment


        #4
        You can do this, if you bundle your SmartGWT.mobile application as a Cordova/Phonegap native iOS application.

        Comment

        Working...
        X