where is the default browser locted and how do i update that in cordova android application?












-1















What is the default browser used by cordova to load the HTML page?? where is that browser located and how do I update that browser if it is using older version?? Server Sent Events not working in cordova android application.
Does cordova on Android uses chrome or something else?










share|improve this question



























    -1















    What is the default browser used by cordova to load the HTML page?? where is that browser located and how do I update that browser if it is using older version?? Server Sent Events not working in cordova android application.
    Does cordova on Android uses chrome or something else?










    share|improve this question

























      -1












      -1








      -1








      What is the default browser used by cordova to load the HTML page?? where is that browser located and how do I update that browser if it is using older version?? Server Sent Events not working in cordova android application.
      Does cordova on Android uses chrome or something else?










      share|improve this question














      What is the default browser used by cordova to load the HTML page?? where is that browser located and how do I update that browser if it is using older version?? Server Sent Events not working in cordova android application.
      Does cordova on Android uses chrome or something else?







      android cordova






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 13 '18 at 4:47









      paramesh surakodparamesh surakod

      282




      282
























          1 Answer
          1






          active

          oldest

          votes


















          0














          It uses WebView, which is a part of the Android OS. On older Android versions (before 5.0) it is impossible to update it. On never versions it is updated same way as any other app - using google play.



          Starting from Android 6.0 there is a way to choose a WebView service in developer options, but most part of users are unable to do it by default (because it requires turning on developer options).



          Starting from Android 7.0 Google Chrome WebView is set as default WebView service, so WebView is updated together with Google Chrome updates.



          Unfortunately, some manufacturers (e.g. Meizu) prefer to reinvent a wheel, and embed their own WebView service into their firmware. Sometimes it works not the way it should.






          share|improve this answer
























          • hello thanks for the reply I am using android 7.0 but in my developer options webView implementation showing Chrome Stable, that means it is using latest version ??

            – paramesh surakod
            Nov 15 '18 at 7:28













          • @parameshsurakod, it means that it is using Installed version of Chrome. If your chrome is up to date - then it is the latest version

            – Vladyslav Matviienko
            Nov 15 '18 at 7:30













          • hello can u please check this link i am facing the same issue. [stackoverflow.com/questions/53001770/… but when i use crosswalk plugin it works fine but i don't want to use crosswalk plugin

            – paramesh surakod
            Nov 15 '18 at 9:34













          • @parameshsurakod it does not relate to current question. If you have another question - ask another question

            – Vladyslav Matviienko
            Nov 15 '18 at 9:37













          • Thanks for the reply @Vladyslav Matviienko if u can please reply to the link that I mentioned above.

            – paramesh surakod
            Nov 15 '18 at 9:42













          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53273981%2fwhere-is-the-default-browser-locted-and-how-do-i-update-that-in-cordova-android%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          It uses WebView, which is a part of the Android OS. On older Android versions (before 5.0) it is impossible to update it. On never versions it is updated same way as any other app - using google play.



          Starting from Android 6.0 there is a way to choose a WebView service in developer options, but most part of users are unable to do it by default (because it requires turning on developer options).



          Starting from Android 7.0 Google Chrome WebView is set as default WebView service, so WebView is updated together with Google Chrome updates.



          Unfortunately, some manufacturers (e.g. Meizu) prefer to reinvent a wheel, and embed their own WebView service into their firmware. Sometimes it works not the way it should.






          share|improve this answer
























          • hello thanks for the reply I am using android 7.0 but in my developer options webView implementation showing Chrome Stable, that means it is using latest version ??

            – paramesh surakod
            Nov 15 '18 at 7:28













          • @parameshsurakod, it means that it is using Installed version of Chrome. If your chrome is up to date - then it is the latest version

            – Vladyslav Matviienko
            Nov 15 '18 at 7:30













          • hello can u please check this link i am facing the same issue. [stackoverflow.com/questions/53001770/… but when i use crosswalk plugin it works fine but i don't want to use crosswalk plugin

            – paramesh surakod
            Nov 15 '18 at 9:34













          • @parameshsurakod it does not relate to current question. If you have another question - ask another question

            – Vladyslav Matviienko
            Nov 15 '18 at 9:37













          • Thanks for the reply @Vladyslav Matviienko if u can please reply to the link that I mentioned above.

            – paramesh surakod
            Nov 15 '18 at 9:42


















          0














          It uses WebView, which is a part of the Android OS. On older Android versions (before 5.0) it is impossible to update it. On never versions it is updated same way as any other app - using google play.



          Starting from Android 6.0 there is a way to choose a WebView service in developer options, but most part of users are unable to do it by default (because it requires turning on developer options).



          Starting from Android 7.0 Google Chrome WebView is set as default WebView service, so WebView is updated together with Google Chrome updates.



          Unfortunately, some manufacturers (e.g. Meizu) prefer to reinvent a wheel, and embed their own WebView service into their firmware. Sometimes it works not the way it should.






          share|improve this answer
























          • hello thanks for the reply I am using android 7.0 but in my developer options webView implementation showing Chrome Stable, that means it is using latest version ??

            – paramesh surakod
            Nov 15 '18 at 7:28













          • @parameshsurakod, it means that it is using Installed version of Chrome. If your chrome is up to date - then it is the latest version

            – Vladyslav Matviienko
            Nov 15 '18 at 7:30













          • hello can u please check this link i am facing the same issue. [stackoverflow.com/questions/53001770/… but when i use crosswalk plugin it works fine but i don't want to use crosswalk plugin

            – paramesh surakod
            Nov 15 '18 at 9:34













          • @parameshsurakod it does not relate to current question. If you have another question - ask another question

            – Vladyslav Matviienko
            Nov 15 '18 at 9:37













          • Thanks for the reply @Vladyslav Matviienko if u can please reply to the link that I mentioned above.

            – paramesh surakod
            Nov 15 '18 at 9:42
















          0












          0








          0







          It uses WebView, which is a part of the Android OS. On older Android versions (before 5.0) it is impossible to update it. On never versions it is updated same way as any other app - using google play.



          Starting from Android 6.0 there is a way to choose a WebView service in developer options, but most part of users are unable to do it by default (because it requires turning on developer options).



          Starting from Android 7.0 Google Chrome WebView is set as default WebView service, so WebView is updated together with Google Chrome updates.



          Unfortunately, some manufacturers (e.g. Meizu) prefer to reinvent a wheel, and embed their own WebView service into their firmware. Sometimes it works not the way it should.






          share|improve this answer













          It uses WebView, which is a part of the Android OS. On older Android versions (before 5.0) it is impossible to update it. On never versions it is updated same way as any other app - using google play.



          Starting from Android 6.0 there is a way to choose a WebView service in developer options, but most part of users are unable to do it by default (because it requires turning on developer options).



          Starting from Android 7.0 Google Chrome WebView is set as default WebView service, so WebView is updated together with Google Chrome updates.



          Unfortunately, some manufacturers (e.g. Meizu) prefer to reinvent a wheel, and embed their own WebView service into their firmware. Sometimes it works not the way it should.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 13 '18 at 5:30









          Vladyslav MatviienkoVladyslav Matviienko

          6,74732035




          6,74732035













          • hello thanks for the reply I am using android 7.0 but in my developer options webView implementation showing Chrome Stable, that means it is using latest version ??

            – paramesh surakod
            Nov 15 '18 at 7:28













          • @parameshsurakod, it means that it is using Installed version of Chrome. If your chrome is up to date - then it is the latest version

            – Vladyslav Matviienko
            Nov 15 '18 at 7:30













          • hello can u please check this link i am facing the same issue. [stackoverflow.com/questions/53001770/… but when i use crosswalk plugin it works fine but i don't want to use crosswalk plugin

            – paramesh surakod
            Nov 15 '18 at 9:34













          • @parameshsurakod it does not relate to current question. If you have another question - ask another question

            – Vladyslav Matviienko
            Nov 15 '18 at 9:37













          • Thanks for the reply @Vladyslav Matviienko if u can please reply to the link that I mentioned above.

            – paramesh surakod
            Nov 15 '18 at 9:42





















          • hello thanks for the reply I am using android 7.0 but in my developer options webView implementation showing Chrome Stable, that means it is using latest version ??

            – paramesh surakod
            Nov 15 '18 at 7:28













          • @parameshsurakod, it means that it is using Installed version of Chrome. If your chrome is up to date - then it is the latest version

            – Vladyslav Matviienko
            Nov 15 '18 at 7:30













          • hello can u please check this link i am facing the same issue. [stackoverflow.com/questions/53001770/… but when i use crosswalk plugin it works fine but i don't want to use crosswalk plugin

            – paramesh surakod
            Nov 15 '18 at 9:34













          • @parameshsurakod it does not relate to current question. If you have another question - ask another question

            – Vladyslav Matviienko
            Nov 15 '18 at 9:37













          • Thanks for the reply @Vladyslav Matviienko if u can please reply to the link that I mentioned above.

            – paramesh surakod
            Nov 15 '18 at 9:42



















          hello thanks for the reply I am using android 7.0 but in my developer options webView implementation showing Chrome Stable, that means it is using latest version ??

          – paramesh surakod
          Nov 15 '18 at 7:28







          hello thanks for the reply I am using android 7.0 but in my developer options webView implementation showing Chrome Stable, that means it is using latest version ??

          – paramesh surakod
          Nov 15 '18 at 7:28















          @parameshsurakod, it means that it is using Installed version of Chrome. If your chrome is up to date - then it is the latest version

          – Vladyslav Matviienko
          Nov 15 '18 at 7:30







          @parameshsurakod, it means that it is using Installed version of Chrome. If your chrome is up to date - then it is the latest version

          – Vladyslav Matviienko
          Nov 15 '18 at 7:30















          hello can u please check this link i am facing the same issue. [stackoverflow.com/questions/53001770/… but when i use crosswalk plugin it works fine but i don't want to use crosswalk plugin

          – paramesh surakod
          Nov 15 '18 at 9:34







          hello can u please check this link i am facing the same issue. [stackoverflow.com/questions/53001770/… but when i use crosswalk plugin it works fine but i don't want to use crosswalk plugin

          – paramesh surakod
          Nov 15 '18 at 9:34















          @parameshsurakod it does not relate to current question. If you have another question - ask another question

          – Vladyslav Matviienko
          Nov 15 '18 at 9:37







          @parameshsurakod it does not relate to current question. If you have another question - ask another question

          – Vladyslav Matviienko
          Nov 15 '18 at 9:37















          Thanks for the reply @Vladyslav Matviienko if u can please reply to the link that I mentioned above.

          – paramesh surakod
          Nov 15 '18 at 9:42







          Thanks for the reply @Vladyslav Matviienko if u can please reply to the link that I mentioned above.

          – paramesh surakod
          Nov 15 '18 at 9:42




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53273981%2fwhere-is-the-default-browser-locted-and-how-do-i-update-that-in-cordova-android%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Full-time equivalent

          Bicuculline

          さくらももこ