Giter Site home page Giter Site logo

Comments (18)

JochemR avatar JochemR commented on May 27, 2024 13

Got the same issue. It seems to be a known problem with Crosswalk: https://crosswalk-project.org/jira/browse/XWALK-7214
Changing my targetSdkVersion from 24 back to 23 fixed it for me.

from cordova-plugin-crosswalk-webview.

okarakose avatar okarakose commented on May 27, 2024 6

Downgrading targetSdkVersion is not a correct way to solve this problem. I am still using same way to avoid UnsupportedOperationException but Google finally decides to this :

In the second half of 2018, Play will require that new apps and app updates target a recent Android API level. This will be required for new apps in August 2018, and for updates to existing apps in November 2018. This is to ensure apps are built on the latest APIs optimized for security and performance.

August 2018: New apps required to target API level 26 (Android 8.0) or higher.
November 2018: Updates to existing apps required to target API level 26 or higher.
2019 onwards: Each year the targetSdkVersion requirement will advance. Within one year following each Android dessert release, new apps and app updates will need to target the corresponding API level or higher.

https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html

so, if this problem not solved with a real solution, we can't update or publish our apps on Google Play Store.

from cordova-plugin-crosswalk-webview.

chr4ss1 avatar chr4ss1 commented on May 27, 2024 2

@saki1010 could you elaborate more?

from cordova-plugin-crosswalk-webview.

marulka avatar marulka commented on May 27, 2024 1

Removing totally the targetSdkVersion from the Manifest file worked for me.

from cordova-plugin-crosswalk-webview.

saki1010 avatar saki1010 commented on May 27, 2024 1

background="@null" is work for me, targetSdkVersion 26

from cordova-plugin-crosswalk-webview.

mtshare avatar mtshare commented on May 27, 2024

@JochemR Thank you so much! Changing my targetSdkVersion worked for me too. 👍

from cordova-plugin-crosswalk-webview.

graphefruit avatar graphefruit commented on May 27, 2024

@JochemR Thank you so much! You saved my entire day.

from cordova-plugin-crosswalk-webview.

JochemR avatar JochemR commented on May 27, 2024

Glad I could be of help!

from cordova-plugin-crosswalk-webview.

kmudov avatar kmudov commented on May 27, 2024

As already mentioned by @okarakose we will not be able to update or publish our apps on Google Play Store. Finding real solution is critical.

Here is Google Play Store schedule:
August 2018: New apps required to target API level 26 (Android 8.0) or higher.
November 2018: Updates to existing apps required to target API level 26 or higher.

from cordova-plugin-crosswalk-webview.

mhueserNDR avatar mhueserNDR commented on May 27, 2024

Hi, Im facing the same problem. Has anybody made any progress on this or a workaround with/without crosswalk?

from cordova-plugin-crosswalk-webview.

ArMouReR avatar ArMouReR commented on May 27, 2024

Same here. Do we have any solution to this problem ? Can't update my App because of current Google restrictions.

from cordova-plugin-crosswalk-webview.

bonbonez avatar bonbonez commented on May 27, 2024

Same here, I have (as all of us) to at least targetSdkVersion 26 (in accordance with google play policy), but this blocker doesn't allow me to do that. Thanks for any help with that!

from cordova-plugin-crosswalk-webview.

paramtrivedi avatar paramtrivedi commented on May 27, 2024

I tried all other alternatives to keep using crosswalk but I think it's time to switch back to Android Webview since it is in a mature state. My project is working well with targetSdkVersion 28.

To remove crosswalk -

  1. ionic browser remove crosswalk
  2. cordova plugin remove cordova-plugin-crosswalk-webview

PS - I have not yet verified what is the impact of the update from crosswalk to webview for local storage. I will provide more results tomorrow.

from cordova-plugin-crosswalk-webview.

ArMouReR avatar ArMouReR commented on May 27, 2024

Same here. I have removed crosswalk from our App and everything looks good. Needed only to set windowSoftInputMode to adjustPan.

from cordova-plugin-crosswalk-webview.

rcha103 avatar rcha103 commented on May 27, 2024

Any update on this? I'm also experiencing the same issue. I have a mobile app which pretty much relies on this plugin as one of the core functionalities.

from cordova-plugin-crosswalk-webview.

NivedhaL20 avatar NivedhaL20 commented on May 27, 2024

@okarakose yeah, downgrading the targetSdkVersion might be the temporary solution unless we upload it in PlayStore.
Is this issue due to CROSSWALK-WEBVIEW plugin ? Can anyone tell the real solution..??

from cordova-plugin-crosswalk-webview.

NivedhaL20 avatar NivedhaL20 commented on May 27, 2024

The issue is due to Crosswalk Webview plugin.
In config.xml, set preference name="xwalkVersion" and value as "23+"

from cordova-plugin-crosswalk-webview.

AEfremov avatar AEfremov commented on May 27, 2024

@nivebiju where is config.xml destination?

from cordova-plugin-crosswalk-webview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.