android - Are MobileFirst client-side APIs such as WL.App.sendActionToNative available when creating a "Cordova" style of application in MobileFirst 7.1? -


i'm working client who's considering migrating existing mobilefirst platform 7.1 hybrid app the cordova app type.

they trying understand if app type still give them access mobilefirst apis such wl.app.sendactiontonative bridge native , js layers. the list of supported , unsupported features doesn't mention apis; supported in cordova-type apps?

well...

in hybrid app 1 of benefits of worklight "we" own native , web portion. create cordova plug-in (based on tutorials) if wanted, sendactiontonative - because own both sides - helped here "bridging" 2 ends, "negating" need cordova plug-in. feature "cordova plug-in" in itself(!) internally.

in "pure" cordova apps don't own both ends. web end... mfp sdk cordova plug-in.

anyway, yes, enter platform folder native code , use apis , should work, in cordova world not make sense - you're not supposed touch native code... you're supposed use cordova plug-ins in order interactive native later...


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -