phphub-android
phphub-android copied to clipboard
PHPHub for Android
Dependency commons-logging:commons-logging:1.1.1 is ignored for debug as it may be conflicting with the internal version provided by Android. Dependency commons-logging:commons-logging:1.1.1 is ignored for release as it may be conflicting with...
this is IOS version ,Android version?
//fix Android WebView not stopping after user presses back @Override public void onResume() { super.onResume(); contentView.onResume(); } ``` @Override public void onPause() { super.onPause(); contentView.onPause(); } ```