Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Uncaught ReferenceError in adf mobile using adfmf function in Javascript

981592Jan 18 2013 — edited Jan 18 2013
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2013
Added on Jan 18 2013
2 comments
759 views