Scratch-Client-4 / itchy-cordova

📱 Cordova-based mobile client for Scratch
17 stars 4 forks source link

Help with opening projects #4

Closed micahlt closed 4 years ago

micahlt commented 4 years ago

I've built a large skeleton for this app, but I need some help with opening projects. So far we're using Forkphorus, but it may not be the optimal method to use. Suggestions?

ghost commented 4 years ago

@micahlt You should definitely switch from forkphorus because it can render graphics poorly. Maybe you could try the original embeded codes for scratch projects?

micahlt commented 4 years ago

@geographix Would you be able to add that and make a PR? I've done a whole snap-ton of this myself and some help would be nice :smiley:

ghost commented 4 years ago

@micahlt Sure! Although I don't fully understand the principles of app building. Is it the same as building website: HTML, JS, CSS?

micahlt commented 4 years ago

Pretty much!

ghost commented 4 years ago

Cool! I'll work on it today!

ghost commented 4 years ago

Where's can I find the project viewing page?

micahlt commented 4 years ago

@geographix It's all in one page. When you click a project, a div slides up and should show the project.

ghost commented 4 years ago

what's the class or id to identify it?

micahlt commented 4 years ago

@geographix it's class is project-shade and you should see a comment right before it that says:

<!-- User Info window ends here and project window starts -->
ghost commented 4 years ago

Great! I'll try and get it done if I can find some time...

micahlt commented 4 years ago

@geographix Thanks man. Appreciate the help :+1:

ghost commented 4 years ago

No problemo

retronbv commented 4 years ago

@geographix can I help?

ghost commented 4 years ago

hmmm... maybe but this seems like a pretty basic bit of html.

retronbv commented 4 years ago

Yeah

ghost commented 4 years ago

@micahlt I think I have managed to find the solution to your problem. See the PR!

micahlt commented 4 years ago

@geographix I think I actually found the problem and fixed it. It's live with version 0.3.5!

ghost commented 4 years ago

What was it?

micahlt commented 4 years ago

I had to replace the Vue templating strings after a user closed the project shade. 👍

On Tue, May 5, 2020, 12:37 AM Geo notifications@github.com wrote:

What was it?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Scratch-Client-4/mobile/issues/4#issuecomment-623865116, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG33HKPI5PLJW73TBLUU6ZDRP6Q27ANCNFSM4MQQ5URA .

ghost commented 4 years ago

Oh! :thumbsup: