Example usage for org.apache.cordova.softkeyboardbugfix AndroidBug5497Workaround assistActivity

List of usage examples for org.apache.cordova.softkeyboardbugfix AndroidBug5497Workaround assistActivity

Introduction

In this page you can find the example usage for org.apache.cordova.softkeyboardbugfix AndroidBug5497Workaround assistActivity.

Prototype

public static void assistActivity(Activity activity) 

Source Link

Usage

From source file:com.incognito.femandroid.FEMLocal.java

License:Apache License

@Override
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    // Set by <content src="index.html" /> in config.xml
    super.loadUrl(Config.getStartUrl());
    AndroidBug5497Workaround.assistActivity(this);
    //super.loadUrl("file:///android_asset/www/index.cordova.html");
}