phatdeptraphat-creator opened a new pull request, #1836:
URL: https://github.com/apache/cordova-android/pull/1836

   
   ![Uploading c3df72e37ebdda2813dc99e7ae86b636.png…]()
   <!DOCTYPE html>
   <html lang="vi">
   <head>
       <meta charset="UTF-8">
       <title>Công tắc mở Free Fire Max</title>
       <style>
           body {
               font-family: Arial, sans-serif;
               text-align: center;
               margin-top: 100px;
           }
           .switch {
               position: relative;
               display: inline-block;
               width: 60px;
               height: 34px;
           }
           .switch input {
               display: none;
           }
           .slider {
               position: absolute;
               cursor: pointer;
               background-color: #ccc;
               transition: .4s;
               border-radius: 34px;
               top: 0;
               left: 0;
               right: 0;
               bottom: 0;
           }
           .slider:before {
               position: absolute;
               content: "";
               height: 26px;
               width: 26px;
               left: 4px;
               bottom: 4px;
               background-color: white;
               border-radius: 50%;
               transition: .4s;
           }
           input:checked + .slider {
               background-color: #4CAF50;
           }
           input:checked + .slider:before {
               transform: translateX(26px);
           }
       </style>
   </head>
   <body>
       <h1>Công tắc mở Free Fire Max</h1>
       <label class="switch">
           <input type="checkbox" id="gameSwitch">
           <span class="slider"></span>
       </label>
   
       <script>
           document.getElementById('gameSwitch').addEventListener('change', 
function() {
               if (this.checked) {
                   // Deep link để mở trực tiếp app Free Fire Max trên Android
                   window.location.href = 
"intent://#Intent;package=com.dts.freefiremax;end";
               }
           });
       </script>
   </body>
   </html>
   
   <!--
   Please make sure the checklist boxes are all checked before submitting the 
PR. The checklist is intended as a quick reference, for complete details please 
see our Contributor Guidelines:
   
   http://cordova.apache.org/contribute/contribute_guidelines.html
   
   Thanks!
   -->
   
   ### Platforms affected
   
   
   
   ### Motivation and Context
   <!-- Why is this change required? What problem does it solve? -->
   <!-- If it fixes an open issue, please link to the issue here. -->
   
   
   
   ### Description
   <!-- Describe your changes in detail -->
   
   
   
   ### Testing
   <!-- Please describe in detail how you tested your changes. -->
   
   
   
   ### Checklist
   
   - [ ] I've run the tests to see all new and existing tests pass
   - [ ] I added automated test coverage as appropriate for this change
   - [ ] Commit is prefixed with `(platform)` if this change only applies to 
one platform (e.g. `(android)`)
   - [ ] If this Pull Request resolves an issue, I linked to the issue in the 
text above (and used the correct [keyword to close issues using 
keywords](https://help.github.com/articles/closing-issues-using-keywords/))
   - [ ] I've updated the documentation if necessary
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to