Skip to content

Commit

Permalink
Temporarily disabling the hardware back button to close the player.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Mar 15, 2019
1 parent afc6a61 commit 2d241b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/OverAppBrowser.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public boolean execute(String action, CordovaArgs args, final CallbackContext ca
}

final String target = t;
final HashMap<String, Boolean> features = parseFeature("location=no,hidden=yes,zoom=no,hidden=yes");
final HashMap<String, Boolean> features = parseFeature("location=no,hidden=yes,zoom=no,hidden=yes,hardwareback=no");
final HashMap<String, Integer> params = new HashMap<String, Integer>();
params.put("x", args.getInt(1));
params.put("y", args.getInt(2));
Expand Down

0 comments on commit 2d241b6

Please sign in to comment.