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 - big "X" on top #1

Open
adirel opened this issue Jan 5, 2017 · 6 comments
Open

android - big "X" on top #1

adirel opened this issue Jan 5, 2017 · 6 comments

Comments

@adirel
Copy link

adirel commented Jan 5, 2017

is this a bug ?
if not, how can i remove it ?

@dreamershl
Copy link

can u post a screen capture to have a look?

@adirel
Copy link
Author

adirel commented Jan 8, 2017

xontop

@adirel
Copy link
Author

adirel commented Jan 8, 2017

this is the code snippet :
ref = window.open(encodeURI(launchUrl), '_blank', 'location=no,zoom=no,hidden=yes,hardwareback=no');
ref.addEventListener('loadstart', LoadingPage);
ref.addEventListener('loadstop', LoadStop);
ref.addEventListener('loaderror', ErrorHandle);
ref.addEventListener('exit', Close);

:)

@dreamershl
Copy link

it is provided for closing the inAppbrowser. it is kept because of concern on the full screen. if u don't want it, u can go to the file "InAppCrossBrowser.java" to comment them out

  // Close/Done button
 ....
  // Add our toolbar to our main view/layout
    main.addView(toolbar);

@adirel
Copy link
Author

adirel commented Jan 10, 2017

thank you .

@agia3d
Copy link

agia3d commented Jan 24, 2017

Have we a way to change the actual "x" by an other ?

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