Derek Lucas
Derek Lucas
I bought an RM4 assuming it would be a matter of adding the device code (Mine's `51da`, by the way) but sadly after poking around I don't think that the...
I replaced the broken RM4 with an RM3 and set it up through the BroadLink app. After that I had the same issue. I found [a comment on python-broadlink](https://github.com/mjg59/python-broadlink/issues/301#issuecomment-565856599) that...
The "preferred" option above works exactly as expected: ``` const platform = api.caller((caller) => caller?.platform); console.log(platform); // web, ios, android ```
I have run into the same thing. Removing the user agent fixed it immediately. I had to update `react-native-webview` in your snack to `11.23.1` and after it ran it was...
Video of the bug, but it really is just as described. https://user-images.githubusercontent.com/1444472/234112614-ff598358-b46a-4834-b95e-742e5e8960a6.mov
I was able to work around this by using `webViewRef.current.injectJavaScript('window.location.reload(true)');` 😠I've added that and a user agent toggle to the reproduction: https://snack.expo.dev/@dereklucas/android-custom-useragent-infinite-reload-reproduction
I’ll test and see if it’s resolved, but I don’t have any reason to think it’s changed.
I’ll test with the newest react native when it comes to expo, but I have to assume it’s still happening
I had the same issue, and then I realized that broadlink needs to be set up as a switch for this tool to work. (I left mine set up as...