RBoy
(www.rboyapps.com - Making SmartThings Easy!)
June 2, 2016, 3:48pm
11
And you also broke HREF in dynamic pages once again. Can’t seem to understand why it’s so hard for the team to make a list of test cases based on stuff they broke in the past, this is regression (at it’s worst!).
When passing parameters via the href command when there is more than one section, it’s broken in Android.
This is difficult to explain but the end result is if you have a loop for input parameters and you want to pass the parameters to the href page it doesn’t work on Android. It works perfectly on iOS.
Try this simple test example
definition(
name: "Test HREF App",
namespace: "smartthings",
author: "SmartThings",
description: "Test HREF Pages",
category: "SmartThings Labs",
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Convenience/App-LightUpMyWorld.png",
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/App-LightUpMyWorld@2x.png"
)
preferences {
page(name: "main")
page(name: "testPage")
}
def main() {
dynamicPage(name: "main…
@kleneau - comments please
3 Likes