question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android 8.0 Oreo `toBack` not working

See original GitHub issue

Is anyone seeing problems using the toBack functionality with android 8.0? I’ve pulled down the latest on master, but still seeing problems.

The camera preview is completely covering the html. Keeping everything else the same, but using an android phone on 7.0, toBack does work.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:22 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
troybergcommented, Feb 22, 2018

@lec00q, you can try setting xwalkZOrderOnTop to true in your config.xml. That worked for me and should work for anyone that doesn’t ever need to bring the camera view to the front, or have anything else on top of the xwalk webview.

<preference name="xwalkZOrderOnTop" value="true" />

4reactions
ansarikhurshid786commented, Nov 28, 2017

@medi-y-sato : update cordova android version.

How to update ? cordova platform remove android // if already install cordova platform add android@6.3.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problems You May Encounter for Android 8 Oreo Update
Solution: You can get rid of the Android 8 Oreo update issues by adapting the following methods. Unplug your router and wait a...
Read more >
10 Common Android 8.1 Oreo Problems & How to Fix Them
App issues are extremely common after major Android releases. First, we recommend restarting your phone or tablet.
Read more >
Android 8 (Oreo): How to enable the Developer ... - YouTube
With this video, I want to show you, how you can enable the Developer options at Android 8 ( Oreo ). You would...
Read more >
Galaxy S8 Oreo update problems and possible solutions
To fix this, according to one Samsung Community moderator, clearing the device's cache might help solve the issue. To do so, simply turn...
Read more >
8.0 Oreo - Android
Android Oreo helps minimize background activity in the apps you use least, it's the ... Working to keep your device and data safe...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found