2Math0 / apple_lock_down_safari_alert

this alert for flutter websites on Safari where LockDown enabled
https://2math0.github.io/apple_lock_down_safari_alert/
Mozilla Public License 2.0
0 stars 0 forks source link

How to excecute this #1

Closed Naeto11 closed 1 month ago

Naeto11 commented 1 month ago

Could you please provide a step-by-step process as to how you execute this and also the apps or website that will be used for this.

2Math0 commented 1 month ago

it's pretty simple just follow the readme take the tag and put it in the index.html you will find it inside the web folder inside your project directory and wallah

Naeto11 commented 1 month ago

I would please like to know if this can help with the bypassing of respondus Lockdown browser on the mac

2Math0 commented 1 month ago

I would please like to know if this can help with the bypassing of respondus Lockdown browser on the mac

it won't directly bypass the lockdown, I have done my search and apparently, lockdown refuses Flutter Web completely

My Take was: the alternative solution is to give a dialog box for user telling them that they need to turn off lockdown to be able to continue browsing this website

and for sure I had to make the dialog box in js and CSS purely to be able to be shown for user without getting affected by lockdown policy

Naeto11 commented 1 month ago

I would like to know how this part can be done and if we could break them down in a step-by-step process. I not an IT major so I find it hard to follow 😓: My Take was that the alternative solution is to give a dialog box for users telling them that they need to turn off lockdown to able to continue browsing this website

and for sure I had to make the dialog box in js and CSS purely to be able to be shown for user without getting affected by lockdown policy

2Math0 commented 1 month ago

yes, just include the library of this package inside index.html same exactly as in the read me you will see the result instantly after run

Naeto11 commented 1 month ago

I would like to know what index.html file you mean specifically. In the folder [apple_lock_down_safari_alert-main], there is no index.html file