I'm creating a simple app, mostly for practice, and having problems getting my makeshift button to work. I'm using a rectangle as the background for the button, so I can use colors for the background, and layered a text box over it to display the text for the "button". Using the "tap" event of the text box, I trigger the main task...
I've got six slider controls in the scene that work just fine. They simply update values in variables that are used in other tasks.
When the "button" is clicked, the task it's supposed to fire alternately runs a "DayMode" task or "NightMode" task. It works great inside the Tasker app, but when I export my "app" to an apk, the sliders work, but the "button" does not.
I've enabled "accessiblity" in the app, set the 'Min Android Version' to 16, since I'm on OS 4.1.2 (Jelly Bean), but still no luck. Obviously, I'm missing something fundamental.
I've got six slider controls in the scene that work just fine. They simply update values in variables that are used in other tasks.
When the "button" is clicked, the task it's supposed to fire alternately runs a "DayMode" task or "NightMode" task. It works great inside the Tasker app, but when I export my "app" to an apk, the sliders work, but the "button" does not.
I've enabled "accessiblity" in the app, set the 'Min Android Version' to 16, since I'm on OS 4.1.2 (Jelly Bean), but still no luck. Obviously, I'm missing something fundamental.