Rotem Yakir
Rotem Yakir
This is a different issue. You have to set some kind of placeholder in order to inline mode to work. ``` addTagInput.placeholder = "Search..." addTagInput.inlineMode = true ```
@aramalipoor Hey Aram, we are also trying to initiate a sell and buy orders via smart contract. Have you manage to make any progress?
Yes, but the seller or buyer should either be the smart contract or the user has to sign the sell/buy order in advanced
well, there is a replacement pattern that will change the address(0) to the buyer, so you can keep it like that or change zeroAddres to buyer address. On Fri, Nov...
Yes I created a new ui view controller. Here is my full code ``` // The only way to show the splash screen over the JS ui and without blocking...
> > Yes I created a new ui view controller. > > Here is my full code > > ``` > > // The only way to show the splash...
@choibles In some Android devices the `top` will be 0 but in other, it will be a real number like 24, which is the status bar height. What should I...
@archansel Thanks for your solution, it is working perfectly even on very old devices both iOS and Android. Here is the `SafeAreaView` I created: ``` type SafeAreaViewProps = { disableBottomSafeArea?:...
I think that the main reason is that aborted tasks that are not currently executing, will move and stuck on pending state.
I also experiencing this issue