Posts by Saulo Tavares • 34 points
3 posts
-
-1
votes0
answers16
viewsQ: Text directing to another screen
I’m developing an app in react-native and he’s exhibiting very strange behavior. I have a component TEXT that receives a value from the database, but when I touch that TEXT he’s calling another…
-
1
votes0
answers23
viewsQ: Remove keyboard in Reactnative application (Data Collector)
Hello! I’m developing an app in React-On for a data collector (android), but since the screen is small and it already has a physical keyboard, the client is asking me to remove the virtual keyboard…
react-nativeasked Saulo Tavares 34 -
1
votes1
answer29
viewsA: Calback not working Swipeout in Framework7
Do it like this: $$(document).on('swipeout:deleted','li[id^="deleted"]' ,function() { <!-- Função --> })…