v0.9.2b: fixed URL opening bug in Android 11, and re-final commit
This commit is contained in:
@@ -66,6 +66,11 @@ public class DesktopPlatformSupport extends PlatformSupport {
|
||||
return true; //no easy way to check this in desktop, just assume user doesn't care
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean openURI(String URI) {
|
||||
return Gdx.net.openURI(URI);
|
||||
}
|
||||
|
||||
@Override
|
||||
//FIXME tinyfd_inputBox isn't a full solution for this. No support for multiline, looks ugly. Ideally we'd have an opengl-based input box
|
||||
public void promptTextInput(String title, String hintText, int maxLen, boolean multiLine, String posTxt, String negTxt, TextCallback callback) {
|
||||
|
||||
Reference in New Issue
Block a user