Fragment webview javascript function is not working

后端 未结 2 611
谎友^
谎友^ 2020-12-22 01:20

I have dynamically created the action bar and tabs. I have define a class for tab fragments like the below code.

public static class TabFragmentClass extends         


        
2条回答
  •  轮回少年
    2020-12-22 01:53

    onCreateView only will be create Once ONLY after Activity Created You can put your method in onResume() or refresh web You can see the Fragment's life circle here

提交回复
热议问题