Uncaught ReferenceError in adf mobile using adfmf function in Javascript
981592Jan 18 2013 — edited Jan 18 2013I am trying to call a adfmf function from java script like shown below
adf.mf.api.hideNavigationBar();
adf.mf.api.getApplicationInformation();
adf.mf.api.gotoFeature("page2");
but when i see the logcat file i found that it gives me error as
Uncaught ReferenceError: adf is not defined at file:///android_asset/FARs/ViewController/public_html
can anybody help me out to solve this issue.
Edited by: 978589 on Jan 17, 2013 9:16 PM