Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android player textInputDialog is transparent #56

Open
keszegh opened this issue Apr 25, 2015 · 5 comments
Open

android player textInputDialog is transparent #56

keszegh opened this issue Apr 25, 2015 · 5 comments

Comments

@keszegh
Copy link
Contributor

keszegh commented Apr 25, 2015

textInputDialog is transparent.

@keszegh keszegh changed the title android player textInputDialog android player textInputDialog is transparent Apr 25, 2015
@ar2rsawseen
Copy link
Member

Any more info, like Android version and maybe screenshot?

Because it appears to work on my device

@keszegh
Copy link
Contributor Author

keszegh commented Apr 27, 2015

I have a tablet with Android 4.0.3.
i checked it with the jit apk of SinisterSoft (supposedly targeting v19), and with a player.apk i made (without luajit, but with setting the TargetSDK to 22) and it's buggy transparent. however, now checking with the apk that comes with the gideros install, it's ok.
perhaps the problem is because of target 22? (should we target v19)?

@ar2rsawseen
Copy link
Member

Interesting, it could be that with target 22 we need to start using some specific style or something like that to make it look normal.

I think that android.R.style.Theme_Translucent_NoTitleBar_Fullscreen would make it transparent

Unfortunately I don't own a device that runs Lollipop, so for now I would recommend to leave it as api 19, it will still work on api 22 devices

@keszegh
Copy link
Contributor Author

keszegh commented Apr 27, 2015

i changed the target to 19 and now it is ok, so probably that's the cause indeed. (not confirmed about SinisterSoft's jitted apk)

@mokalux
Copy link
Contributor

mokalux commented Apr 29, 2020

tested the wiki example https://wiki.giderosmobile.com/index.php/TextInputDialog
on my android samsung J6 and the text input dialog is not transparent anymore.

You may want to close this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants