mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-07-05 07:44:43 -04:00
Android can now call Angular!
This commit is contained in:
@ -113,7 +113,8 @@ public class BookFragment extends BaseFragment {
|
||||
Verse initial = new Verse(vUtil.getVersification(mBook.get()),
|
||||
BibleBook.GEN, 1, 1);
|
||||
super.onPageFinished(view, url);
|
||||
// invokeJavascript("set_content", lookupService.getHTMLVerse(initial));
|
||||
// invokeJavascript("appendVerse", lookupService.getHTMLVerse(initial));
|
||||
invokeJavascript("appendVerse", "Testing string...");
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -124,7 +125,7 @@ public class BookFragment extends BaseFragment {
|
||||
}
|
||||
});
|
||||
|
||||
// TODO: Remove remote debugging when ready
|
||||
// TODO: Remove remote debugging when ready - or should this be removed?
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
|
||||
WebView.setWebContentsDebuggingEnabled(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user