Google actions table card output flashes and disappears in Nest Hub - actions-on-google

I see an issue while displaying a table card output in Nest hub, this used to work before. The table results appear for a second and then disappears forever. All other devices like google assistant in phone, simulator displays all seem to show the results as expected.
Not sure if something is broken after some automatic firmware upgrade, this is my firmware version 1.56.265669.
Is anyone facing this problem ?

Mine with similar firmware updated but never seen the new UI icon when swipe up from bottom. Guess this new feature is still under testing before launch to other countries region

Related

Issues with Ionic 5 keyboard

I am currently working on an Ionic 5 and I am facing 2 issues with the keyboard.
When I click on the ion-input and the keyboard appears:
The ion-content is pushed up so it is right above the keyboard, which cause everything to be crammed. I tried a bunch of solutions, but none of them properly worked, and most of them involve android:windowSoftInputMode="adjustNothing", which leaves the ion-content as it is, hence the ion-input is not visible and so the user can't see what they're typing and they also can't see the next button, so they must first close the keyboard in order to see what they wrote and be able to move on to the next step.
When the keyboard is about to dismiss, it leaves a white space in the space it was taking up. It's only for a split second but it is visible and makes the app feel like it's slow or lagging.
These 2 issues seem to be very common as I found questions about them since 2014, and I tried most solutions mentioned in the answers but nothing seems to work.
I seem to be having this issue in this app only, but I know that it is not an ionic 5 issue as people faced the same issue in older versions.
What the structure of the page looks like, I had to close all code blocks so that I could take one screenshot:
android:windowSoftInputMode is ised for native fields (EditText,etc..) so when you click on native xml it will take effect. All what you need to do is in your androidManefist.xml on line applicarion or activity, there is keyboardresize="adjustResize" which is the default, change it to adjustPan and content will not be pushed up , instead keyboard will go up as actionsheet from bottom without effecting the content.

Ionic Side Menu not working on mobile devices

The Side Menu fails to open initially when the app starts. But after clicking on a text box (which re-sizes the view port?) it starts working properly.
Problem is in the drag event, where value of condition
!e.gesture.srcEvent.defaultPrevented is coming up false in case of mobile devices.
After removing a condition from ionic source code (from this.isDraggableTarget function), it started working correctly.
I would like to know how can I achieve this without changing ionic source code.

Customize/change keyboard buttons in iOS7, while using PhoneGap/Steroids

I'm part of a team building a mobile web app using AppGyver Steroids (PhoneGap). We are having an issue with the iOS7 keyboard displaying a very faint "Done" button on the keyboard when the user is operating in a text area or an input select. I suspect this is a problem that is actually global in our app, but these are the instances where I have observed them.
I've searched and searched for a solution or how to "customize" the keyboard in order to make this "Done" button more obvious, but I haven't found any solutions yet. Can anyone point me in the direction of how to adjust the "Done" button or any other keyboard/input controls?
Attached are two screenshots showing the issue.
http://i.stack.imgur.com/KeFYM.png
http://i.stack.imgur.com/h11IH.png
Have you seen the issue on github? It's now fixed. They'll be including the option for custom colours in the near future.

Iphone Text Display Issue

I have a very simplified version a website that just displays text for users to view and sort through. However some of the text is randomly not displaying on an iphone. What is even more odd is that if I long press on the cell on an iphone it pops up with the number to try and complete a call.... Any ideas what is going on? It's fine on a web browser and fine on android.
Pictures attached for examples of errors. The url is http://jacobyfeed.com/mobile/ft-worth-steer-weight-breaks.html

apprequest box appears in the middle of app (only in IE)

I have an issue with IE. When I call the apprequest the box appears at the middle of the app. and since the app is pretty big (2000px) the user cant say if the box has appears or not (the only way to check it is to scroll down, but if its the first time of the user he will not understand)
Im not sure if you had already this problem. I have not a clue where the problem could be. And the worst thing is that in chrome and ff is working perfectly. This thing is making me crazy.
The only bug I get is some bug from jquery-ui but I deactivated it and the problem with the apprequest box stills there. Maybe is there a way to determine the position of the apprequest-box?
Thanks for the help!