Ibm Worklight 6.1 - Why Is Cordova Code Not Working When Placed In A Sub-page?
I tried out the Cordova camera example inside my Worklight application.It works only when the camera code is inside the main HTML file (index.html). When I place it in another HTML
Solution 1:
Worklight is a Single Page Application. Thus you cannot simply load another HTML file and expect your application to continue functioning; this includes Cordova.
Read the "Building a multi-page application" training module and review the accompanying sample project, to better understand how to create a multi-page application.
You can also review these sample applications (after reading the training module):
- JQM_multipage_load_changePage.zip - uses either
.load
or.changePage
- JQM_multipage_changePage_pageshow.zip - uses
.changePage
and.pageShow
Post a Comment for "Ibm Worklight 6.1 - Why Is Cordova Code Not Working When Placed In A Sub-page?"