Skip to content
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

Include global.js in iOS app #9673

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

plubius
Copy link
Contributor

@plubius plubius commented Jul 31, 2024

No description provided.

Signed-off-by: Patrick Luby <guibomacdev@gmail.com>
Change-Id: I32a0c8cb76c824e8bf53ccdff89145caf351564d
@plubius plubius requested review from mmeeks and timar July 31, 2024 00:03
@thebearon thebearon requested a review from Minion3665 July 31, 2024 11:19
Copy link
Member

@Minion3665 Minion3665 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

definitely an improvement, thanks Patrick!

@Minion3665 Minion3665 merged commit eb2526d into master Jul 31, 2024
14 checks passed
@Minion3665 Minion3665 deleted the private/plubius/iosaddglobaljs branch July 31, 2024 13:30
Minion3665 added a commit that referenced this pull request Jul 31, 2024
Commit 8f0f931 from #9442 broke both mobile apps in several ways...

In addition to the fixes which android needed (see #9669), there were 2
things broken in the iOS app only. Here they are:
- global.js wasn't included in the app resources (fixed by Patrick Luby
  in #9673)
- A garbled m4 macro caused some css to fail in loading, and -- my
  current understanding is -- as we use things like the page height in
  rendering this caused us to have severe issues when running our
  JavaScript. That's fixed in this commit
Minion3665 added a commit that referenced this pull request Jul 31, 2024
Commit 8f0f931 from #9442 broke both mobile apps in several ways...

In addition to the fixes which android needed (see #9669), there were 2
things broken in the iOS app only. Here they are:
- global.js wasn't included in the app resources (fixed by Patrick Luby
  in #9673)
- A garbled m4 macro caused some css to fail in loading, and -- my
  current understanding is -- as we use things like the page height in
  rendering this caused us to have severe issues when running our
  JavaScript. That's fixed in this commit

Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
Change-Id: Ie8580567bf8426fb9ae2f159acf5994238614795
Minion3665 added a commit that referenced this pull request Jul 31, 2024
Commit 8f0f931 from #9442 broke both mobile apps in several ways...

In addition to the fixes which android needed (see #9669), there were 2
things broken in the iOS app only. Here they are:
- global.js wasn't included in the app resources (fixed by Patrick Luby
  in #9673)
- A garbled m4 macro caused some css to fail in loading, and -- my
  current understanding is -- as we use things like the page height in
  rendering this caused us to have severe issues when running our
  JavaScript. That's fixed in this commit

Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
Change-Id: Ie8580567bf8426fb9ae2f159acf5994238614795
Minion3665 added a commit that referenced this pull request Aug 1, 2024
Commit 8f0f931 from #9442 broke both mobile apps in several ways...

In addition to the fixes which android needed (see #9669), there were 2
things broken in the iOS app only. Here they are:
- global.js wasn't included in the app resources (fixed by Patrick Luby
  in #9673)
- A garbled m4 macro caused some css to fail in loading, and -- my
  current understanding is -- as we use things like the page height in
  rendering this caused us to have severe issues when running our
  JavaScript. That's fixed in this commit

Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
Change-Id: Ie8580567bf8426fb9ae2f159acf5994238614795
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants