jasonelle-archive / jasonelle-v2

🛸 🏘️ Jasonelle issues, releases, discussions and wiki repository.
https://jasonelle.com
Mozilla Public License 2.0
422 stars 58 forks source link

Top Part of the Screen gets no click events on android #94

Open Yixn opened 4 years ago

Yixn commented 4 years ago

Describe the bug Top Part of the Screen gets no click events. I got my navigation there and only the lower third will be counted as a click

Example Jasonette Document URL https://ProPhy.me/api/jasonette.json

Example Jasonette Document (contents of the file above)

{
    "$jason": {
        "head": {
            "title": "Prophy.me",
            "offline": "true/yes/on",
            "description": "Get in the shape that you want to be in!",
            "actions": {
          "handleLink": [{
            "{{#if $jason.url.indexOf('prophy.me') == -1 }}": {
                "type": "$href",
                "options": {
                  "url": "{{$jason.url}}",
                  "view": "web"
                }
                }
            },{
            "{{#else}}": {
              "type": "$default"
            }
          }
        ]}

        },
        "body": {
            "background":{
                "type": "html",
                "url": "https://prophy.me?mobile=true",
                "action": {
                    "trigger": "handleLink",
                    "type": "$default",
                "success": {
                  "type": "$default",
                  "trigger": "navigate"
                }
                },
                "style": {
                    "background": "#6777ef"
                }
            },
            "footer": {
                "tabs": {
                    "style": {
                        "background": "rgba(255,255,255,0.8)",
                        "color": "#000000"
                    },
                    "items": [{
                        "image": "https://i.imgur.com/TIwDmxG.png",
                        "style": {
                            "height": "21"
                        },
                        "url": "https://prophy.me/api/jasonette.json",
                        "transition": "replace"
                    },{
                        "image": "https://i.imgur.com/6JAdH6s.png",
                        "style": {
                            "height": "21"
                        },
                        "url": "https://prophy.me/api/jasonette_recipes.json",
                        "transition": "replace"
                    }]
                }
            }
        }
    }
}

To Reproduce Steps to reproduce the behavior: Try to click the navbar burger

Expected behavior The whole icon should be able to click

Smartphone (please complete the following information):

Compilation: