Terry Jiang

Results 20 comments of Terry Jiang

Any update for this? I found when I run the scraper I cannot get the correct user profile.

Update: This is what I set: ``` [20:47:49]: ------------------------------------------ [20:47:49]: --- Step: install_provisioning_profile --- [20:47:49]: ------------------------------------------ [20:47:49]: Installing provisioning profile... [20:47:49]: ------------------------------------------ [20:47:49]: --- Step: update_code_signing_settings --- [20:47:49]: ------------------------------------------ +-----------------------+------------------------------------+...

Any plan to fix this? I still have the same issue atm.

@fromage9747 Just to ask, have you tried third-party providers like OneSignal? Would they work?

Any update for this issue?

I made it work by doing this: ``` .verification-code-input input[type='tel'] { font-family: inherit; } ``` And then add `verification-code-input` as a `className` attribute to it.

`open` with `onClick` still not work for me. What I did to solve it is to make a conditional render to render a native input field on mobile (which only...