-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better redirection logic for browser visitors #7
Comments
Atlasoin
changed the title
Better redirection logic in browser visitors
Better redirection logic for browser visitors
Jun 14, 2019
relate to issue #2 |
As expected, for now, the CMT Wallet should be invoked in create.html when loading for browser visitors. However, I found the CMT Wallet isn't invoked in create.html when loading in Chrome in my mobile phone. But it is invoked in both Firefox and System Default browser. |
I would actually like the user to be able to use the app in a web browser. We should not force ppl to install CMT Wallet if they just want to browse and search.
I would suggest that we keep the current logic:
* When the user clicks on a button, it asks to open the CMT wallet if it is installed.
* If it is not installed, it asks to download CMT Wallet.
…-----------------------------
Michael Yuan, PhD
http://www.michaelyuan.com
________________________________
From: AtlasQuan <[email protected]>
Sent: Thursday, June 13, 2019 11:48 PM
To: CyberMiles/fairplay
Cc: Subscribed
Subject: [CyberMiles/fairplay] Better redirection logic in browser visitors (#7)
In browser, if a user has CyberMiles(CMT Wallet):
* play.html, create.html, index.html: redirect to App when loading.
If not,
* index.html: as it is now.
* play.html: change the "open in CMT Wallet" button to "Download CMT Wallet to play"(directing to download page).
* create.html: redirect to download page when loading.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#7?email_source=notifications&email_token=AAACUNTKQ2KSOYBVNXCFP23P2MPLRA5CNFSM4HYENNRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZO46ZQ>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAACUNXMD7ZFVY2EHRVHFFTP2MPLRANCNFSM4HYENNRA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In browser, if a user has CyberMiles(CMT Wallet):
If not,
The text was updated successfully, but these errors were encountered: