worklight native to web ios -
worklight native to web ios -
working on worklight 6.0.i have created ios native component within hybrid application.i having 3 buttons in homepage.html page.when clicking 1 of button,i navigating native page using wl.nativepage.show method. in native page having , proceed button. when clicking button, getting navigated 1 time again homepage.html page using [nativepage showwebview:returneddata] method, when clicking proceed button navigating homepage.html page. how load html page (carousel) when proceed button clicked. tried using
function backfromnativepage(data) { $("homepage").load("html/carousel.html", function() { alert("level2"); } }
but no luck... can help me solve this.
i suspect else in app @ fault. can produce demo project exhibiting it?
i've modified the native pages sample project upon returning native page load html file instead of index.html.
here modified project: web <-> native multi-page navigation
ios worklight
Comments
Post a Comment