Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

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

Open
Yixn opened this issue Aug 20, 2020 · 0 comments
Open

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

Yixn opened this issue Aug 20, 2020 · 0 comments

Comments

@Yixn
Copy link

Yixn commented Aug 20, 2020

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):

  • Device: Nexus 5
  • OS: API 24

Compilation:

  • Tested on Jason App?: Yes -
    Version 2.0 - November 2019
@Yixn Yixn changed the title Top Part of the Screen gets no click events Top Part of the Screen gets no click events on android Aug 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant